|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Element
Abstract class Element
| Nested Class Summary | |
|---|---|
static interface |
Element.Identity
Object Identity |
| Method Summary | |
|---|---|
String |
getIconKey()
|
String |
getMimeType()
|
List<String> |
getToolTip()
|
boolean |
isAutoGenerated()
Retrieves the value for the attribute autoGenerated. |
boolean |
isChangeable()
Retrieves the value for the attribute changeable. |
void |
setAutoGenerated(boolean autoGenerated)
Sets a new value for the attribute autoGenerated. |
void |
setChangeable(boolean changeable)
Sets a new value for the attribute changeable. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute iconKey. |
void |
setMimeType(String mimeType)
Sets a new value for the attribute mimeType. |
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
void |
setSegment(Segment segment,
boolean idIsPersistent,
String id)
Set the object's composite association org:openmdx:ui1:SegmentContainsElement. |
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 |
|---|
boolean isAutoGenerated()
autoGenerated.
autoGenerated.void setAutoGenerated(boolean autoGenerated)
autoGenerated.
autoGenerated - The non-null new value for attribute autoGenerated.boolean isChangeable()
changeable.
changeable.void setChangeable(boolean changeable)
changeable.
changeable - The non-null new value for attribute changeable.String getIconKey()
iconKey.void setIconKey(String iconKey)
iconKey.
iconKey - The possibly null new value for attribute iconKey.String getMimeType()
mimeType.void setMimeType(String mimeType)
mimeType.
mimeType - The possibly null new value for attribute mimeType.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 idIsPersistent,
String id)
org:openmdx:ui1:SegmentContainsElement.
segment - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - 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 | |||||||||