public interface Native extends NonFellow
Component
to represent
a native component.
The native component is used to implement the feature of the
Native namespace (http://www.zkoss.org/2005/zk/native).Modifier and Type | Interface and Description |
---|---|
static interface |
Native.Helper
The helper to generate the output for the native component.
|
Modifier and Type | Method and Description |
---|---|
void |
addDeclaredNamespace(Namespace ns)
Adds a declared namespace.
|
java.util.List<Namespace> |
getDeclaredNamespaces()
Returns a readonly list of the declared namespaces
(
Namespace ), or empty if no declared namespace. |
java.lang.String |
getEpilogContent()
Returns the epilog content.
|
Native.Helper |
getHelper()
Returns the helper to generate the output of the native components.
|
java.lang.String |
getPrologContent()
Returns the prolog content.
|
void |
setEpilogContent(java.lang.String epilog)
Sets the epilog content.
|
void |
setPrologContent(java.lang.String prolog)
Sets the prolog content.
|
java.util.List<Namespace> getDeclaredNamespaces()
Namespace
), or empty if no declared namespace.void addDeclaredNamespace(Namespace ns)
ns
- the namespace (never null).java.lang.String getPrologContent()
Default: empty ("").
void setPrologContent(java.lang.String prolog)
java.lang.String getEpilogContent()
Default: empty ("").
void setEpilogContent(java.lang.String epilog)
Native.Helper getHelper()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.