|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.macro.input.InputFactory
public final class InputFactory
Creates input controls for specific data types.
| Method Summary | |
|---|---|
protected static ChoiceInput |
createBooleanInput()
|
protected static ChoiceInput |
createChoiceInput(Map<String,String> options)
Creates a choice input based on the given options. |
static com.google.gwt.user.client.ui.Widget |
createInput(ParameterType type)
Creates a new input control that collects user data of the specified type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.google.gwt.user.client.ui.Widget createInput(ParameterType type)
java.lang.String and boolean.
type - the type of a macro parameter
protected static ChoiceInput createChoiceInput(Map<String,String> options)
options - the options the user has to choose from
protected static ChoiceInput createBooleanInput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||