JavaScript API Reference for Oracle ADF Faces
org.apache.myjs.trinidad.component
Class AdfUISelectBoolean
org.ecmascript.object.Object
|
+--org.apache.myjs.trinidad.component.AdfUIValue
|
+--org.apache.myjs.trinidad.component.AdfUIEditableValue
|
+--org.apache.myjs.trinidad.component.AdfUISelectBoolean
- Direct Known Subclasses:
- AdfRichSelectBooleanCheckbox, AdfRichSelectBooleanRadio
public class AdfUISelectBoolean
extends AdfUIEditableValue
Base class for input components whose value is true or false.
Constructor Summary
|
public |
AdfUISelectBoolean()
-
Base class for input components whose value is true or false.
|
Methods inherited from org.apache.myjs.trinidad.component.AdfUIEditableValue
|
addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getRequired, GetRequiredKey, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, InitSubclass, IsEmpty, isEventRoot, resetValue, SetPropertyImpl, setValue, validate, ValidateValue |
public AdfUISelectBoolean()
Base class for input components whose value is true or false.
public boolean getSelected()
Get function for attribute for 'selected'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.
- Return:
boolean
- Selected
Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.