public abstract class AbstractCheckBoxModel extends Object implements IModel<Boolean>
Constructor and Description |
---|
AbstractCheckBoxModel() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getObject()
Gets the model object.
|
abstract boolean |
isSelected() |
abstract void |
select()
Called when checkbox has been selected
|
void |
setObject(Boolean object)
Sets the model object.
|
abstract void |
unselect()
Called when checkbox is unselected
|
public abstract boolean isSelected()
public abstract void select()
public abstract void unselect()
public final Boolean getObject()
IModel
getObject
in interface IModel<Boolean>
IModel.getObject()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.