Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Packages that use TextAreaTag Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of TextAreaTag in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type TextAreaTag Modifier and Type Method Description ComponentHandler<String>
ComponentManager. createTextArea(TextAreaTag tag, boolean create)
Creates a component handler that wraps a text area.ComponentHandler<String>
ComponentManagerWrapper. createTextArea(TextAreaTag tag, boolean create)
Creates a component handler that wraps a text area.
-