Uses of Class
io.guise.framework.component.CheckControl
Packages that use CheckControl
-
Uses of CheckControl in io.guise.framework.platform.web
Classes in io.guise.framework.platform.web with type parameters of type CheckControlModifier and TypeClassDescriptionclass
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 CheckControlModifier and TypeMethodDescriptionprotected 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.