Uses of Interface
org.zkoss.util.resource.Location

Packages that use Location
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. 
 

Uses of Location in org.zkoss.bind.impl
 

Methods in org.zkoss.bind.impl that return Location
 Location BinderUtil.UtilContext.getCurrentLocation()
           
 

Methods in org.zkoss.bind.impl with parameters of type Location
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
static Location Locators.toLocation(Locator loc)
          Converts an instance of Locator to Location.
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.
 

Uses of Location in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return Location
 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
 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.
 

Uses of Location in org.zkoss.zk.ui.metainfo.impl
 

Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type Location
 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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo