public interface WidgetDefinition
LanguageDefinition.getWidgetDefinition(java.lang.String)
Modifier and Type | Method and Description |
---|---|
void |
addMold(java.lang.String name,
java.lang.String moldURI)
Adds the mold URI for the specified mold.
|
java.util.Collection<java.lang.String> |
getMoldNames()
Returns a collection of the mold names that have the molde URL.
|
java.lang.String |
getMoldURI(java.lang.String name)
Returns the URI (String) of the template to generate the mold,
or null if not available.
|
java.lang.String |
getWidgetClass()
Returns the widget class (a JavaScript class).
|
boolean |
hasMold(java.lang.String name)
Returns whether the mold URI exists for the given mold.
|
boolean |
isBlankPreserved()
Returns whether to preserve the blank text.
|
java.lang.String getWidgetClass()
java.util.Collection<java.lang.String> getMoldNames()
boolean hasMold(java.lang.String name)
void addMold(java.lang.String name, java.lang.String moldURI)
name
- the mold name.moldURI
- an URI of the mold. Ignored if null.java.lang.String getMoldURI(java.lang.String name)
name
- the mold nameAbstractComponent.redraw(java.io.Writer)
boolean isBlankPreserved()
It is used only with iZUML.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.