|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssertableInspector
Class AssertableInspector
| Nested Class Summary | |
|---|---|
static interface |
AssertableInspector.Identity
Object Identity |
| Method Summary | |
|---|---|
String |
getBackColor()
|
String |
getColor()
|
String |
getForClass()
Retrieves the value for the attribute forClass. |
String |
getIconKey()
Retrieves the value for the attribute iconKey. |
List<String> |
getLabel()
|
List<Integer> |
getOrder()
|
List<String> |
getToolTip()
|
boolean |
isChangeable()
Retrieves the value for the attribute changeable. |
boolean |
isFilterable()
Retrieves the value for the attribute filterable. |
boolean |
isSortable()
Retrieves the value for the attribute sortable. |
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 |
setFilterable(boolean filterable)
Sets a new value for the attribute filterable. |
void |
setForClass(String forClass)
Sets a new value for the attribute forClass. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute iconKey. |
void |
setLabel(String... label)
This method is equivalent to |
void |
setOrder(int... order)
This method is equivalent to |
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
void |
setSegment(Segment segment,
boolean nameIsPersistent,
String name)
Set the object's composite association org:openmdx:ui1:SegmentContainsAssertableInspector. |
void |
setSortable(boolean sortable)
Sets a new value for the attribute sortable. |
void |
setToolTip(String... toolTip)
This method is equivalent to |
| 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 getBackColor()
backColor.void setBackColor(String backColor)
backColor.
backColor - The possibly null new value for attribute backColor.boolean isChangeable()
changeable.
changeable.void setChangeable(boolean changeable)
changeable.
changeable - The non-null new value for attribute changeable.String getColor()
color.void setColor(String color)
color.
color - The possibly null new value for attribute color.boolean isFilterable()
filterable.
filterable.void setFilterable(boolean filterable)
filterable.
filterable - The non-null new value for attribute filterable.String getForClass()
forClass.
forClass.void setForClass(String forClass)
forClass.
forClass - The non-null new value for attribute forClass.String getIconKey()
iconKey.
iconKey.void setIconKey(String iconKey)
iconKey.
iconKey - The non-null new value for attribute iconKey.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 labelList<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 orderboolean isSortable()
sortable.
sortable.void setSortable(boolean sortable)
sortable.
sortable - The non-null new value for attribute sortable.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 toolTipvoid setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean nameIsPersistent,
String name)
org:openmdx:ui1:SegmentContainsAssertableInspector.
segment - The non-null new value for this object's composite owner.nameIsPersistent - Defines whether the name is persistent.name - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||