Class OBViewFieldHandler.OBViewField
- java.lang.Object
-
- org.openbravo.client.application.window.OBViewFieldHandler.OBViewField
-
- Enclosing class:
- OBViewFieldHandler
public class OBViewFieldHandler.OBViewField extends Object
-
-
Constructor Summary
Constructors Constructor Description OBViewField()
-
Method Summary
-
-
-
Method Detail
-
getIsComputedColumn
public boolean getIsComputedColumn()
-
getClientClass
public String getClientClass()
-
getOnChangeFunction
public String getOnChangeFunction()
-
getShowColSpan
public boolean getShowColSpan()
-
getShowStartRow
public boolean getShowStartRow()
-
getShowEndRow
public boolean getShowEndRow()
-
getHasChildren
public boolean getHasChildren()
-
getGridPosition
public Long getGridPosition()
-
getSequenceNumber
public Long getSequenceNumber()
-
getCellAlign
public String getCellAlign()
-
getAutoExpand
public boolean getAutoExpand()
-
getIsAuditField
public boolean getIsAuditField()
-
getGridFieldProperties
public String getGridFieldProperties()
-
getFilterEditorProperties
public String getFilterEditorProperties()
-
getGridEditorFieldProperties
public String getGridEditorFieldProperties()
-
setReadrawOnChange
@Deprecated public void setReadrawOnChange(boolean value)
Deprecated.
-
getIsGridProperty
public boolean getIsGridProperty()
-
getSessionProperty
public boolean getSessionProperty()
-
getReadOnly
public boolean getReadOnly()
-
getUpdatable
public boolean getUpdatable()
-
getPersonalizable
public boolean getPersonalizable()
-
getParentProperty
public boolean getParentProperty()
-
isSearchField
public boolean isSearchField()
-
isFirstFocusedField
public boolean isFirstFocusedField()
-
getType
public String getType()
-
getHasDefaultValue
public boolean getHasDefaultValue()
-
getFieldProperties
public String getFieldProperties()
-
getName
public String getName()
-
getColumnName
public String getColumnName()
-
getInpColumnName
public String getInpColumnName()
-
getReferencedKeyColumnName
public String getReferencedKeyColumnName()
-
getTargetEntity
public String getTargetEntity()
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getField
public Field getField()
-
setField
public void setField(Field field)
-
setId
public void setId(Field field)
-
getId
public String getId()
-
getStandardField
public boolean getStandardField()
-
getProperty
public Property getProperty()
-
setProperty
public void setProperty(Property property)
-
getRequired
public boolean getRequired()
-
getLength
public Integer getLength()
-
getForeignKeyField
public boolean getForeignKeyField()
-
getDataSourceId
public String getDataSourceId()
-
getColSpan
public long getColSpan()
-
getEndRow
public boolean getEndRow()
-
getRowSpan
public long getRowSpan()
-
getStartRow
public boolean getStartRow()
-
setRedrawOnChange
public void setRedrawOnChange(boolean redrawOnChange)
-
getRedrawOnChange
public boolean getRedrawOnChange()
-
setShowIf
public void setShowIf(String showIf)
-
getShowIf
public String getShowIf()
-
setReadOnlyIf
public void setReadOnlyIf(String readOnlyExpression)
-
getReadOnlyIf
public String getReadOnlyIf()
-
isDisplayed
public boolean isDisplayed()
-
isStatusBarField
public boolean isStatusBarField()
-
isShowInitiallyInGrid
public boolean isShowInitiallyInGrid()
-
getGridSort
public int getGridSort()
-
setGridSort
public void setGridSort(int gridSort)
-
getValidationFunction
public String getValidationFunction()
-
getDisplayLogicGrid
public String getDisplayLogicGrid()
-
setDisplayLogicGrid
public void setDisplayLogicGrid(String displayLogicGridExpression)
-
isShowSummary
public boolean isShowSummary()
-
getSummaryFunction
public String getSummaryFunction()
-
-