public final class CheckboxTagSupport extends Object
| Constructor and Description |
|---|
CheckboxTagSupport(boolean preAction)
Constructor accepting pre-action value of the checkbox.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasChanged()
Provides information, if the actual value of checkbox was changed.
|
boolean |
postAction()
Post-action value set from the request.
|
void |
postAction(boolean postAction)
Post-action value coming from the reqest.
|
boolean |
preAction()
Getter for pre-action value of the checkbox.
|
public CheckboxTagSupport(boolean preAction)
preAction - public boolean preAction()
public void postAction(boolean postAction)
postAction - post-action checkbox value from the requestpublic boolean postAction()
public boolean hasChanged()
postAction(boolean) was
invoked).true, if the value of checkbox was changed by the last request.Copyright © 2002-2015 Atlassian. All Rights Reserved.