Package | Description |
---|---|
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 |
---|---|
WidgetDefinition |
LanguageDefinition.getWidgetDefinition(java.lang.String widgetClass)
Returns the widget of the specified class name.
|
WidgetDefinition |
LanguageDefinition.getWidgetDefinitionIfAny(java.lang.String widgetClass)
Returns the widget of the specified class name, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
LanguageDefinition.addWidgetDefinition(WidgetDefinition wgtdef)
Adds a widget definition.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetDefinitionImpl
An implementation of WidgetDefinition.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.