OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUISelectBoolean()
Base class for input components whose value is true or false.


Method Summary

public Boolean
getSelected()
Get function for attribute for 'selected'.


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


Methods inherited from org.apache.myjs.trinidad.component.AdfUIValue

GetChanges, GetConvertedValue, getConverter, isConvertible


Field Detail


Constructor Detail


AdfUISelectBoolean

public AdfUISelectBoolean()

Base class for input components whose value is true or false.

Method Detail


getSelected

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

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.