net.pleso.framework.client.ui.custom
Class CustomFormType

java.lang.Object
  extended by net.pleso.framework.client.bl.impl.IntEnum
      extended by net.pleso.framework.client.ui.custom.CustomFormType

public class CustomFormType
extends IntEnum

Type of CustomFormWindow form


Field Summary
static CustomFormType Edit
          Form for update values in row
static CustomFormType Insert
          Form for insert values into empty row
static CustomFormType Search
          Form for specify search parameters
static CustomFormType Show
          Form for showing values from row
 
Method Summary
 
Methods inherited from class net.pleso.framework.client.bl.impl.IntEnum
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Edit

public static final CustomFormType Edit
Form for update values in row


Insert

public static final CustomFormType Insert
Form for insert values into empty row


Search

public static final CustomFormType Search
Form for specify search parameters


Show

public static final CustomFormType Show
Form for showing values from row



Copyright © 2006-2007 pleso.net crew All Rights Reserved.