public class CheckEvent extends Event
Constructor and Description |
---|
CheckEvent(java.lang.String name,
Component target,
boolean checked)
Constructs a check-relevant event.
|
CheckEvent(java.lang.String name,
Component target,
java.lang.Boolean checked)
Constructs a check-relevant event.
|
Modifier and Type | Method and Description |
---|---|
static CheckEvent |
getCheckEvent(AuRequest request)
Converts an AU request to a check event.
|
java.lang.Boolean |
getState()
Returns the nullable state is changed.
|
boolean |
isChecked()
Returns whether the state is checked.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public CheckEvent(java.lang.String name, Component target, boolean checked)
checked
- whether it is checked.public CheckEvent(java.lang.String name, Component target, java.lang.Boolean checked)
checked
- whether it is checked.public static final CheckEvent getCheckEvent(AuRequest request)
public final boolean isChecked()
public final java.lang.Boolean getState()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.