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