Uses of Interface
org.zkoss.util.resource.LabelLocator2
-
Packages that use LabelLocator2 Package Description org.zkoss.util.resource org.zkoss.util.resource.impl -
-
Uses of LabelLocator2 in org.zkoss.util.resource
Methods in org.zkoss.util.resource with parameters of type LabelLocator2 Modifier and Type Method Description static voidLabels. register(LabelLocator2 locator)Registers a locator which is used to load the Locale-dependent labels from other resource, such as database. -
Uses of LabelLocator2 in org.zkoss.util.resource.impl
Methods in org.zkoss.util.resource.impl with parameters of type LabelLocator2 Modifier and Type Method Description voidLabelLoader. register(LabelLocator2 locator)Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.voidLabelLoaderImpl. register(LabelLocator2 locator)Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
-