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 LocationBinderUtil.UtilContext. getCurrentLocation()Methods in org.zkoss.bind.impl with parameters of type Location Modifier and Type Method Description static java.lang.StringMiscUtil. formatLocationMessage(java.lang.String message, Location loc)voidBinderUtil.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 LocationLocators. toLocation(javax.xml.transform.SourceLocator loc)Converts an instance ofSourceLocatortoLocation.static LocationLocators. toLocation(org.xml.sax.Locator loc)Converts an instance ofLocatortoLocation.static LocationLocators. 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 LocationAnnotation. 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 voidAnnotationMap. addAnnotation(java.lang.String propName, java.lang.String annotName, java.util.Map<java.lang.String,java.lang.String[]> annotAttrs, Location loc)Adds an annotation.voidComponentInfo. 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.voidShadowInfo. 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 voidAnnotationHelper. add(java.lang.String annotName, java.util.Map<java.lang.String,java.lang.String[]> annotAttrs, Location loc)Adds an annotation definition.voidComponentDefinitionImpl. 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.voidAnnotationHelper. 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.
-