|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValuedField
| Method Summary | |
|---|---|
String |
getDataBindingName()
|
String |
getDefaultValue()
|
List |
getEventHandler()
|
String |
getEventHandler(int index)
|
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 newValue)
Sets a new value for the attribute dataBindingName. |
void |
setDefaultValue(String newValue)
Sets a new value for the attribute defaultValue. |
void |
setEventHandler(List newValue)
|
void |
setEventHandler(String[] newValue)
|
void |
setFeatureName(String newValue)
Sets a new value for the attribute featureName. |
void |
setFilterable(boolean newValue)
Sets a new value for the attribute filterable. |
void |
setMultiplicity(String newValue)
Sets a new value for the attribute multiplicity. |
void |
setQualifiedFeatureName(String newValue)
Sets a new value for the attribute qualifiedFeatureName. |
void |
setSkipRow(int newValue)
Sets a new value for the attribute skipRow. |
void |
setSortable(boolean newValue)
Sets a new value for the attribute sortable. |
void |
setSpanRow(int newValue)
Sets a new value for the attribute spanRow. |
| Methods inherited from interface org.openmdx.ui1.cci.LabelledField |
|---|
getLabel, getLabel, getShortLabel, getShortLabel, setLabel, setLabel, setShortLabel, setShortLabel |
| Methods inherited from interface org.openmdx.ui1.cci.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.cci.Element |
|---|
getIconKey, getMimeType, getToolTip, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip, setToolTip |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getDataBindingName()
dataBindingName.
JmiException - If the value cannot be retrieved for some reason.void setDataBindingName(String newValue)
dataBindingName.
newValue - The possibly null new value for attribute dataBindingName.
JmiException - If the value cannot be set for some reason.String getDefaultValue()
defaultValue.
JmiException - If the value cannot be retrieved for some reason.void setDefaultValue(String newValue)
defaultValue.
newValue - The possibly null new value for attribute defaultValue.
JmiException - If the value cannot be set for some reason.List getEventHandler()
JmiException - If the values cannot be retrieved for some reason.String getEventHandler(int index)
index - The index of the element to return.
JmiException - If the value cannot be retrieved for some reason.void setEventHandler(List newValue)
newValue - A list containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.void setEventHandler(String[] newValue)
newValue - An array containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.String getFeatureName()
featureName.
JmiException - If the value cannot be retrieved for some reason.void setFeatureName(String newValue)
featureName.
newValue - The possibly null new value for attribute featureName.
JmiException - If the value cannot be set for some reason.boolean isFilterable()
filterable.
filterable.
JmiException - If the value cannot be retrieved for some reason.void setFilterable(boolean newValue)
filterable.
newValue - The non-null new value for attribute filterable.
JmiException - If the value cannot be set for some reason.String getMultiplicity()
multiplicity.
multiplicity.
JmiException - If the value cannot be retrieved for some reason.void setMultiplicity(String newValue)
multiplicity.
newValue - The non-null new value for attribute multiplicity.
JmiException - If the value cannot be set for some reason.String getQualifiedFeatureName()
qualifiedFeatureName.
JmiException - If the value cannot be retrieved for some reason.void setQualifiedFeatureName(String newValue)
qualifiedFeatureName.
newValue - The possibly null new value for attribute qualifiedFeatureName.
JmiException - If the value cannot be set for some reason.int getSkipRow()
skipRow.
skipRow.
JmiException - If the value cannot be retrieved for some reason.void setSkipRow(int newValue)
skipRow.
newValue - The non-null new value for attribute skipRow.
JmiException - If the value cannot be set for some reason.boolean isSortable()
sortable.
sortable.
JmiException - If the value cannot be retrieved for some reason.void setSortable(boolean newValue)
sortable.
newValue - The non-null new value for attribute sortable.
JmiException - If the value cannot be set for some reason.int getSpanRow()
spanRow.
spanRow.
JmiException - If the value cannot be retrieved for some reason.void setSpanRow(int newValue)
spanRow.
newValue - The non-null new value for attribute spanRow.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||