Uses of Interface
org.zkoss.util.resource.Location
-
Packages that use Location Package Description org.zkoss.bind.impl org.zkoss.xml org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.metainfo.impl -
-
Uses of Location in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return Location Modifier and Type Method Description Location
BinderUtil.UtilContext. getCurrentLocation()
Methods in org.zkoss.bind.impl with parameters of type Location Modifier and Type Method Description static java.lang.String
MiscUtil. formatLocationMessage(java.lang.String message, Location loc)
void
BinderUtil.UtilContext. setCurrentLocation(Location location)
-
Uses of Location in org.zkoss.xml
Methods in org.zkoss.xml that return Location Modifier and Type Method Description static Location
Locators. toLocation(javax.xml.transform.SourceLocator loc)
Converts an instance ofSourceLocator
toLocation
.static Location
Locators. toLocation(org.xml.sax.Locator loc)
Converts an instance ofLocator
toLocation
.static Location
Locators. toLocation(Locator loc)
-
Uses of Location in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return Location Modifier and Type Method Description Location
Annotation. getLocation()
Returns the location information of the annotation in the document, or null if not available.Methods in org.zkoss.zk.ui.metainfo with parameters of type Location Modifier and Type Method Description 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.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
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. -
Uses of Location in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type Location Modifier and Type Method 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.static java.lang.String[]
AnnotationHelper. parseAttributeValue(java.lang.String val, Location loc)
Parses the attribute value.
-