|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.cabo.ui.composite.TemplateImpl
Default implementation of the Template interface.
| Field Summary | |
static java.lang.Object |
DATA_SCOPE_PRIVATE
Data scope constant that does not allow data defined inside the template to "escape" to the outer components contained by the template. |
static java.lang.Object |
DATA_SCOPE_PUBLIC
Data scope constant that will allow data defined inside the template to "escape" to the outer components contained by the template. |
| Constructor Summary | |
TemplateImpl(java.lang.String namespaceURI,
java.lang.String localName,
UINode node,
UINodeType nodeType,
java.lang.String baseNamespaceURI,
java.lang.String baseLocalName)
Create a TemplateImpl. |
|
| Method Summary | |
java.lang.Object |
getDataScope()
Returns whether data defined inside the template is allowed to "escape" to the outer components contained by the template. |
java.lang.String |
getLocalName()
Returns the local name of the template. |
java.lang.String |
getNamespaceURI()
Returns the namespace of the template. |
NodeRole |
getNodeRole(RenderingContext context)
Returns the NodeRole of this template. |
UINode |
getUINode(RenderingContext context)
Returns the node to be used for rendering. |
UINodeType |
getUINodeType()
Returns the node type object used for parsing the template. |
void |
setDataScope(java.lang.Object dataScope)
Sets whether data defined inside the template is allowed to "escape" to the outer components contained by the template. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.Object DATA_SCOPE_PUBLIC
public static final java.lang.Object DATA_SCOPE_PRIVATE
| Constructor Detail |
public TemplateImpl(java.lang.String namespaceURI,
java.lang.String localName,
UINode node,
UINodeType nodeType,
java.lang.String baseNamespaceURI,
java.lang.String baseLocalName)
| Method Detail |
public java.lang.Object getDataScope()
public void setDataScope(java.lang.Object dataScope)
public java.lang.String getNamespaceURI()
TemplategetNamespaceURI in interface Templatepublic java.lang.String getLocalName()
TemplategetLocalName in interface Templatepublic UINodeType getUINodeType()
TemplategetUINodeType in interface Templatepublic UINode getUINode(RenderingContext context)
TemplategetUINode in interface Templatepublic NodeRole getNodeRole(RenderingContext context)
TemplategetNodeRole in interface Template
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||