Modifier and Type | Optional Element and Description |
---|---|
boolean |
checked
Used for Classis UI only
|
String |
inputValue
Used for Classic UI only
|
String |
text
Used for Touch UI only
|
String |
title
Used for Touch UI only
|
boolean[] |
touchUIChecked
Used for Touch UI Only
|
public abstract String inputValue
The value that should go into the generated input element's value attribute
public abstract boolean checked
True if the checkbox should render initially checked
public abstract boolean[] touchUIChecked
Indicates if the checkbox is checked. This will emply ignoreData to be true. To set this to be true or false add a boolean with the desired value. To not set this at all (and thereby cause ignoreData to remain false) dont set this field, or suppy an empoty array.
public abstract String text
public abstract String title
Copyright © 2019 ICF Olson. All rights reserved.