com.alee.extended.list
Class WebCheckBoxListStyle

java.lang.Object
  extended by com.alee.extended.list.WebCheckBoxListStyle

public final class WebCheckBoxListStyle
extends java.lang.Object

WebCheckBoxList style class.

Author:
Mikle Garin

Field Summary
static boolean checkOnIconOnly
          Whether checkbox selection should be performed only when user clicks exactly on the check icon or not.
 
Constructor Summary
WebCheckBoxListStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkOnIconOnly

public static boolean checkOnIconOnly
Whether checkbox selection should be performed only when user clicks exactly on the check icon or not.

Constructor Detail

WebCheckBoxListStyle

public WebCheckBoxListStyle()