Class OBViewFieldHandler
- java.lang.Object
-
- org.openbravo.client.application.window.OBViewFieldHandler
-
public class OBViewFieldHandler extends Object
The backing bean for generating the fields in the tab.- Author:
- mtaal, iperdomo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
OBViewFieldHandler.AttachmentsCanvasField
class
OBViewFieldHandler.AttachmentsField
class
OBViewFieldHandler.DefaultVirtualField
static class
OBViewFieldHandler.FormFieldComparator
class
OBViewFieldHandler.LinkedItemsField
class
OBViewFieldHandler.NotesField
class
OBViewFieldHandler.OBClientClassField
class
OBViewFieldHandler.OBViewField
class
OBViewFieldHandler.OBViewFieldAudit
class
OBViewFieldHandler.OBViewFieldGroup
class
OBViewFieldHandler.OBViewFieldSpacer
-
Constructor Summary
Constructors Constructor Description OBViewFieldHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.openbravo.client.application.window.OBViewFieldHandler.OBViewFieldDefinition>
getFields()
boolean
getHasFieldsWithReadOnlyIf()
boolean
getHasFieldsWithShowIf()
boolean
getHasStatusBarFields()
List<String>
getHiddenPropertiesInDisplayLogic()
List<Field>
getIgnoredFields()
String
getParentProperty()
List<String>
getPropertiesInButtonFieldDisplayLogic()
List<String>
getStatusBarFields()
List<String>
getStoredInSessionProperties()
Tab
getTab()
boolean
hasProcessedProperty()
boolean
hasProcessNowProperty()
boolean
isField(String columnName)
void
setParentProperty(String parentProperty)
void
setTab(Tab tab)
-
-
-
Method Detail
-
getTab
public Tab getTab()
-
setTab
public void setTab(Tab tab)
-
getHasFieldsWithReadOnlyIf
public boolean getHasFieldsWithReadOnlyIf()
-
getHasFieldsWithShowIf
public boolean getHasFieldsWithShowIf()
-
getFields
public List<org.openbravo.client.application.window.OBViewFieldHandler.OBViewFieldDefinition> getFields()
-
getHasStatusBarFields
public boolean getHasStatusBarFields()
-
isField
public boolean isField(String columnName)
-
getParentProperty
public String getParentProperty()
-
setParentProperty
public void setParentProperty(String parentProperty)
-
hasProcessNowProperty
public boolean hasProcessNowProperty()
-
hasProcessedProperty
public boolean hasProcessedProperty()
-
-