Uses of Class
io.guise.framework.component.CheckControl
-
Packages that use CheckControl Package Description io.guise.framework.platform.web -
-
Uses of CheckControl in io.guise.framework.platform.web
Classes in io.guise.framework.platform.web with type parameters of type CheckControl Modifier and Type Class Description class
WebCheckControlDepictor<C extends CheckControl>
Strategy for rendering a check control as an XHTML<input>
element with typecheckbox
orradio
.Methods in io.guise.framework.platform.web with parameters of type CheckControl Modifier and Type Method Description protected java.lang.String
WebCheckControlDepictor. getCheckControlName(CheckControl checkControl)
Determines the identifier to place in the name attribute of the component's XHTML element.protected static boolean
WebCheckControlDepictor. isMutualExclusion(CheckControl checkControl)
Determines whether the check control is a mutual exclusion control and should be considered a radio button rather than a checkbox.
-