Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.xml |
Utilities for handling XML.
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
org.zkoss.zk.ui.metainfo.impl |
The implementation class of the metainfos.
|
Modifier and Type | Method and Description |
---|---|
Location |
BinderUtil.UtilContext.getCurrentLocation() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MiscUtil.formatLocationMessage(java.lang.String message,
Location loc) |
void |
BinderUtil.UtilContext.setCurrentLocation(Location location) |
Modifier and Type | Method and Description |
---|---|
static Location |
Locators.toLocation(Locator loc)
|
static Location |
Locators.toLocation(org.xml.sax.Locator loc)
Converts an instance of
Locator to Location . |
static Location |
Locators.toLocation(javax.xml.transform.SourceLocator loc)
Converts an instance of
SourceLocator to Location . |
Modifier and Type | Method and Description |
---|---|
Location |
Annotation.getLocation()
Returns the location information of the annotation in the document,
or null if not available.
|
Modifier and Type | Method and Description |
---|---|
void |
ShadowInfo.addAnnotation(java.lang.String propName,
java.lang.String annotName,
java.util.Map<java.lang.String,java.lang.String[]> annotAttrs,
Location loc)
Adds an annotation to the specified property of this component
info.
|
void |
ComponentInfo.addAnnotation(java.lang.String propName,
java.lang.String annotName,
java.util.Map<java.lang.String,java.lang.String[]> annotAttrs,
Location loc)
Adds an annotation to the specified property of this component
info.
|
void |
AnnotationMap.addAnnotation(java.lang.String propName,
java.lang.String annotName,
java.util.Map<java.lang.String,java.lang.String[]> annotAttrs,
Location loc)
Adds an annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationHelper.add(java.lang.String annotName,
java.util.Map<java.lang.String,java.lang.String[]> annotAttrs,
Location loc)
Adds an annotation definition.
|
void |
ComponentDefinitionImpl.addAnnotation(java.lang.String propName,
java.lang.String annotName,
java.util.Map<java.lang.String,java.lang.String[]> annotAttrs,
Location loc)
Adds an annotation to the specified property of this component
definition.
|
void |
AnnotationHelper.addByCompoundValue(java.lang.String cval,
Location loc)
Adds annotation by specifying the content in the compound format.
|
void |
AnnotationHelper.applyAnnotations(ComponentInfo compInfo,
java.lang.String propName,
boolean clear,
Location loc)
Deprecated.
As of release 6.0.1, replaced
with
AnnotationHelper.applyAnnotations(ComponentInfo,String,boolean) . |
static java.lang.String[] |
AnnotationHelper.parseAttributeValue(java.lang.String val,
Location loc)
Parses the attribute value.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.