public class OverviewWindow extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
OverviewWindow() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinding()
Description:
Binding reference to store the UIOverviewWindow component
|
java.lang.String |
getId()
Description:
The identifier for the component
|
java.lang.String |
getTagName() |
boolean |
isDisclosed()
Description:
Determines if the overview window is expanded or collapsed on initial display.
|
java.lang.String |
isDisclosedAsString()
Description:
Determines if the overview window is expanded or collapsed on initial display.
|
boolean |
isRendered()
Description:
Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description:
Specifies whether the component is rendered.
|
void |
setBinding(java.lang.String binding)
Description:
Binding reference to store the UIOverviewWindow component
|
void |
setDisclosed(boolean disclosed)
Description:
Determines if the overview window is expanded or collapsed on initial display.
|
void |
setDisclosedAsString(java.lang.String disclosed)
Description:
Determines if the overview window is expanded or collapsed on initial display.
|
void |
setId(java.lang.String id)
Description:
The identifier for the component
|
void |
setRendered(boolean rendered)
Description:
Specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Specifies whether the component is rendered.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- the value of the binding attribute of the Tag this class represents.public boolean isDisclosed()
public void setDisclosed(boolean disclosed)
disclosed
- the value of the disclosed attribute of the Tag this class represents.public java.lang.String isDisclosedAsString()
public void setDisclosedAsString(java.lang.String disclosed)
disclosed
- the value of the disclosed attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered
- the value of the rendered attribute of the Tag this class represents.