|
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()
Template
getNamespaceURI
in interface Template
public java.lang.String getLocalName()
Template
getLocalName
in interface Template
public UINodeType getUINodeType()
Template
getUINodeType
in interface Template
public UINode getUINode(RenderingContext context)
Template
getUINode
in interface Template
public NodeRole getNodeRole(RenderingContext context)
Template
getNodeRole
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 |