|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValuedField
Abstract class ValuedField
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element |
|---|
Element.Identity |
| Method Summary | |
|---|---|
String |
getDataBindingName()
|
String |
getDefaultValue()
|
List<String> |
getEventHandler()
|
String |
getFeatureName()
|
String |
getMultiplicity()
Retrieves the value for the attribute multiplicity. |
String |
getQualifiedFeatureName()
|
int |
getSkipRow()
Retrieves the value for the attribute skipRow. |
int |
getSpanRow()
Retrieves the value for the attribute spanRow. |
boolean |
isFilterable()
Retrieves the value for the attribute filterable. |
boolean |
isSortable()
Retrieves the value for the attribute sortable. |
void |
setDataBindingName(String dataBindingName)
Sets a new value for the attribute dataBindingName. |
void |
setDefaultValue(String defaultValue)
Sets a new value for the attribute defaultValue. |
void |
setEventHandler(String... eventHandler)
This method is equivalent to |
void |
setFeatureName(String featureName)
Sets a new value for the attribute featureName. |
void |
setFilterable(boolean filterable)
Sets a new value for the attribute filterable. |
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
void |
setQualifiedFeatureName(String qualifiedFeatureName)
Sets a new value for the attribute qualifiedFeatureName. |
void |
setSkipRow(int skipRow)
Sets a new value for the attribute skipRow. |
void |
setSortable(boolean sortable)
Sets a new value for the attribute sortable. |
void |
setSpanRow(int spanRow)
Sets a new value for the attribute spanRow. |
| Methods inherited from interface org.openmdx.ui1.cci2.LabelledField |
|---|
getLabel, getShortLabel, setLabel, setShortLabel |
| Methods inherited from interface org.openmdx.ui1.cci2.AbstractField |
|---|
getBackColor, getColor, getFontColor, getFontName, getFontSize, isFontBold, isFontItalic, isFontStrikeout, isFontUnderline, setBackColor, setColor, setFontBold, setFontColor, setFontItalic, setFontName, setFontSize, setFontStrikeout, setFontUnderline |
| Methods inherited from interface org.openmdx.ui1.cci2.Element |
|---|
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getDataBindingName()
dataBindingName.void setDataBindingName(String dataBindingName)
dataBindingName.
dataBindingName - The possibly null new value for attribute dataBindingName.String getDefaultValue()
defaultValue.void setDefaultValue(String defaultValue)
defaultValue.
defaultValue - The possibly null new value for attribute defaultValue.List<String> getEventHandler()
void setEventHandler(String... eventHandler)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
eventHandler - value(s) to be added to eventHandlerString getFeatureName()
featureName.void setFeatureName(String featureName)
featureName.
featureName - The possibly null new value for attribute featureName.boolean isFilterable()
filterable.
filterable.void setFilterable(boolean filterable)
filterable.
filterable - The non-null new value for attribute filterable.String getMultiplicity()
multiplicity.
multiplicity.void setMultiplicity(String multiplicity)
multiplicity.
multiplicity - The non-null new value for attribute multiplicity.String getQualifiedFeatureName()
qualifiedFeatureName.void setQualifiedFeatureName(String qualifiedFeatureName)
qualifiedFeatureName.
qualifiedFeatureName - The possibly null new value for attribute qualifiedFeatureName.int getSkipRow()
skipRow.
skipRow.void setSkipRow(int skipRow)
skipRow.
skipRow - The non-null new value for attribute skipRow.boolean isSortable()
sortable.
sortable.void setSortable(boolean sortable)
sortable.
sortable - The non-null new value for attribute sortable.int getSpanRow()
spanRow.
spanRow.void setSpanRow(int spanRow)
spanRow.
spanRow - The non-null new value for attribute spanRow.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||