Package org.openxava.view.meta
Class MetaPropertyView
java.lang.Object
org.openxava.view.meta.MetaMemberView
org.openxava.view.meta.MetaPropertyView
- All Implemented Interfaces:
Serializable
- Author:
- Javier Paniza, Trifon Trifonov
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLabelStyle(String labelStyle) intgetLabel()booleanbooleanvoidsetDisplaySize(int displaySize) voidvoidsetLabelFormat(Integer labelFormat) voidsetLabelStyle(String labelStyle) voidsetOnChangeActionClassName(String string) voidsetPropertyName(String propertyName) voidsetReadOnly(boolean b) Methods inherited from class org.openxava.view.meta.MetaMemberView
addActionName, addAlwaysEnabledActionName, getActionsNames, getAlwaysEnabledActionsNames, getEditor, getSearchListCondition, isCollapsed, isReadOnlyOnCreate, setCollapsed, setEditor, setReadOnlyOnCreate, setSearchListCondition
-
Field Details
-
NORMAL_LABEL
public static final int NORMAL_LABEL- See Also:
-
SMALL_LABEL
public static final int SMALL_LABEL- See Also:
-
NO_LABEL
public static final int NO_LABEL- See Also:
-
-
Constructor Details
-
MetaPropertyView
public MetaPropertyView()
-
-
Method Details
-
getPropertyName
-
setPropertyName
-
getLabel
-
setLabel
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean b) -
hasOnChangeAction
public boolean hasOnChangeAction() -
createOnChangeAction
- Throws:
XavaException
-
getOnChangeActionClassName
-
setOnChangeActionClassName
-
getLabelFormat
-
setLabelFormat
-
getDisplaySize
public int getDisplaySize() -
setDisplaySize
public void setDisplaySize(int displaySize) -
getLabelStyle
-
setLabelStyle
-
addLabelStyle
-