public interface ConfirmOrCancel
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels the text which is in the input during its editing state,
thus it returns back the previous confirmed text.
|
void |
cancelByControlls()
By using the built in controls, it cancels the text which is in the
input during its editing state, thus it returns back the previous
confirmed text.
|
void |
confirm()
Confirms the text which is in the input during its editing state.
|
void |
confirmByControlls()
By using the built in controls, it confirms the text, which is in
the inplaceInput during its editing state.
|
void confirm()
void confirmByControlls()
IllegalStateException
- when the inplaceInput on which it was
called does not contain controlsvoid cancel()
void cancelByControlls()
IllegalStateException
- when the inplaceInput on which it was
called does not contain controlsCopyright © 2015 JBoss by Red Hat. All Rights Reserved.