|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractElementDefinition
Abstract class AbstractElementDefinition
| Method Summary | |
|---|---|
String |
getBackColor()
|
String |
getColor()
|
String |
getDataBindingName()
|
Integer |
getDecimalPlaces()
|
List<String> |
getDisplayValueExpr()
|
List<String> |
getEventHandler()
|
String |
getIconKey()
|
BigDecimal |
getIncrement()
|
List<String> |
getLabel()
|
Integer |
getMaxLength()
|
Integer |
getMaxMember()
|
String |
getMaxValue()
|
List<String> |
getMemberDefaultValue()
|
List<String> |
getMemberElementName()
|
List<String> |
getMemberMimeType()
|
String |
getMinValue()
|
String |
getMultiplicity()
|
List<Integer> |
getOrder()
|
List<Integer> |
getOrderFieldGroup()
|
List<Integer> |
getOrderObjectContainer()
|
List<String> |
getShortLabel()
|
Integer |
getShowMaxMember()
|
Integer |
getSizeXweight()
|
Integer |
getSkipRow()
|
Integer |
getSpanRow()
|
Integer |
getTitleIndex()
|
List<String> |
getToolTip()
|
Boolean |
isChangeable()
|
Boolean |
isColumnBreak()
|
Boolean |
isFilterable()
|
Boolean |
isHasThousandsSeparator()
|
Boolean |
isInPlace()
|
Boolean |
isPassword()
|
Boolean |
isSortable()
|
void |
setBackColor(String backColor)
Sets a new value for the attribute backColor. |
void |
setChangeable(Boolean changeable)
Sets a new value for the attribute changeable. |
void |
setColor(String color)
Sets a new value for the attribute color. |
void |
setColumnBreak(Boolean columnBreak)
Sets a new value for the attribute columnBreak. |
void |
setDataBindingName(String dataBindingName)
Sets a new value for the attribute dataBindingName. |
void |
setDecimalPlaces(Integer decimalPlaces)
Sets a new value for the attribute decimalPlaces. |
void |
setDisplayValueExpr(String... displayValueExpr)
This method is equivalent to |
void |
setEventHandler(String... eventHandler)
This method is equivalent to |
void |
setFilterable(Boolean filterable)
Sets a new value for the attribute filterable. |
void |
setHasThousandsSeparator(Boolean hasThousandsSeparator)
Sets a new value for the attribute hasThousandsSeparator. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute iconKey. |
void |
setIncrement(BigDecimal increment)
Sets a new value for the attribute increment. |
void |
setInPlace(Boolean inPlace)
Sets a new value for the attribute inPlace. |
void |
setLabel(String... label)
This method is equivalent to |
void |
setMaxLength(Integer maxLength)
Sets a new value for the attribute maxLength. |
void |
setMaxMember(Integer maxMember)
Sets a new value for the attribute maxMember. |
void |
setMaxValue(String maxValue)
Sets a new value for the attribute maxValue. |
void |
setMemberDefaultValue(String... memberDefaultValue)
This method is equivalent to |
void |
setMemberElementName(String... memberElementName)
This method is equivalent to |
void |
setMemberMimeType(String... memberMimeType)
This method is equivalent to |
void |
setMinValue(String minValue)
Sets a new value for the attribute minValue. |
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
void |
setOrder(int... order)
This method is equivalent to |
void |
setOrderFieldGroup(int... orderFieldGroup)
This method is equivalent to |
void |
setOrderObjectContainer(int... orderObjectContainer)
This method is equivalent to |
void |
setPassword(Boolean isPassword)
Sets a new value for the attribute isPassword. |
void |
setShortLabel(String... shortLabel)
This method is equivalent to |
void |
setShowMaxMember(Integer showMaxMember)
Sets a new value for the attribute showMaxMember. |
void |
setSizeXweight(Integer sizeXweight)
Sets a new value for the attribute sizeXWeight. |
void |
setSkipRow(Integer skipRow)
Sets a new value for the attribute skipRow. |
void |
setSortable(Boolean sortable)
Sets a new value for the attribute sortable. |
void |
setSpanRow(Integer spanRow)
Sets a new value for the attribute spanRow. |
void |
setTitleIndex(Integer titleIndex)
Sets a new value for the attribute titleIndex. |
void |
setToolTip(String... toolTip)
This method is equivalent to |
| Method Detail |
|---|
String getBackColor()
backColor.void setBackColor(String backColor)
backColor.
backColor - The possibly null new value for attribute backColor.Boolean isChangeable()
changeable.void setChangeable(Boolean changeable)
changeable.
changeable - The possibly null new value for attribute changeable.String getColor()
color.void setColor(String color)
color.
color - The possibly null new value for attribute color.Boolean isColumnBreak()
columnBreak.void setColumnBreak(Boolean columnBreak)
columnBreak.
columnBreak - The possibly null new value for attribute columnBreak.String getDataBindingName()
dataBindingName.void setDataBindingName(String dataBindingName)
dataBindingName.
dataBindingName - The possibly null new value for attribute dataBindingName.Integer getDecimalPlaces()
decimalPlaces.void setDecimalPlaces(Integer decimalPlaces)
decimalPlaces.
decimalPlaces - The possibly null new value for attribute decimalPlaces.List<String> getDisplayValueExpr()
void setDisplayValueExpr(String... displayValueExpr)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
displayValueExpr - value(s) to be added to displayValueExprList<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 eventHandlerBoolean isFilterable()
filterable.void setFilterable(Boolean filterable)
filterable.
filterable - The possibly null new value for attribute filterable.Boolean isHasThousandsSeparator()
hasThousandsSeparator.void setHasThousandsSeparator(Boolean hasThousandsSeparator)
hasThousandsSeparator.
hasThousandsSeparator - The possibly null new value for attribute hasThousandsSeparator.String getIconKey()
iconKey.void setIconKey(String iconKey)
iconKey.
iconKey - The possibly null new value for attribute iconKey.Boolean isInPlace()
inPlace.void setInPlace(Boolean inPlace)
inPlace.
inPlace - The possibly null new value for attribute inPlace.BigDecimal getIncrement()
increment.void setIncrement(BigDecimal increment)
increment.
increment - The possibly null new value for attribute increment.Boolean isPassword()
isPassword.void setPassword(Boolean isPassword)
isPassword.
isPassword - The possibly null new value for attribute isPassword.List<String> getLabel()
void setLabel(String... label)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
label - value(s) to be added to labelInteger getMaxLength()
maxLength.void setMaxLength(Integer maxLength)
maxLength.
maxLength - The possibly null new value for attribute maxLength.Integer getMaxMember()
maxMember.void setMaxMember(Integer maxMember)
maxMember.
maxMember - The possibly null new value for attribute maxMember.String getMaxValue()
maxValue.void setMaxValue(String maxValue)
maxValue.
maxValue - The possibly null new value for attribute maxValue.List<String> getMemberDefaultValue()
void setMemberDefaultValue(String... memberDefaultValue)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
memberDefaultValue - value(s) to be added to memberDefaultValueList<String> getMemberElementName()
void setMemberElementName(String... memberElementName)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
memberElementName - value(s) to be added to memberElementNameList<String> getMemberMimeType()
void setMemberMimeType(String... memberMimeType)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
memberMimeType - value(s) to be added to memberMimeTypeString getMinValue()
minValue.void setMinValue(String minValue)
minValue.
minValue - The possibly null new value for attribute minValue.String getMultiplicity()
multiplicity.void setMultiplicity(String multiplicity)
multiplicity.
multiplicity - The possibly null new value for attribute multiplicity.List<Integer> getOrder()
void setOrder(int... order)
This method is equivalent to
list.clear();
for(int e : attributeName){
list.add(e);
}
order - value(s) to be added to orderList<Integer> getOrderFieldGroup()
void setOrderFieldGroup(int... orderFieldGroup)
This method is equivalent to
list.clear();
for(int e : attributeName){
list.add(e);
}
orderFieldGroup - value(s) to be added to orderFieldGroupList<Integer> getOrderObjectContainer()
void setOrderObjectContainer(int... orderObjectContainer)
This method is equivalent to
list.clear();
for(int e : attributeName){
list.add(e);
}
orderObjectContainer - value(s) to be added to orderObjectContainerList<String> getShortLabel()
void setShortLabel(String... shortLabel)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
shortLabel - value(s) to be added to shortLabelInteger getShowMaxMember()
showMaxMember.void setShowMaxMember(Integer showMaxMember)
showMaxMember.
showMaxMember - The possibly null new value for attribute showMaxMember.Integer getSizeXweight()
sizeXWeight.void setSizeXweight(Integer sizeXweight)
sizeXWeight.
sizeXweight - The possibly null new value for attribute sizeXWeight.Integer getSkipRow()
skipRow.void setSkipRow(Integer skipRow)
skipRow.
skipRow - The possibly null new value for attribute skipRow.Boolean isSortable()
sortable.void setSortable(Boolean sortable)
sortable.
sortable - The possibly null new value for attribute sortable.Integer getSpanRow()
spanRow.void setSpanRow(Integer spanRow)
spanRow.
spanRow - The possibly null new value for attribute spanRow.Integer getTitleIndex()
titleIndex.void setTitleIndex(Integer titleIndex)
titleIndex.
titleIndex - The possibly null new value for attribute titleIndex.List<String> getToolTip()
void setToolTip(String... toolTip)
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
toolTip - value(s) to be added to toolTip
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||