OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.input
Class AdfRichSelectManyShuttle

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIValue
         |
         +--org.apache.myjs.trinidad.component.AdfUIEditableValue
               |
               +--org.apache.myjs.trinidad.component.AdfUISelectMany
                     |
                     +--oracle.adf.view.js.component.rich.input.AdfRichSelectManyShuttle

public class AdfRichSelectManyShuttle
extends AdfUISelectMany
The selectManyShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists.



Field Summary

public static Object
SELECTION


Fields inherited from org.apache.myjs.trinidad.component.AdfUISelectMany

SELECT_ITEMS


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichSelectManyShuttle()
The selectManyShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public Boolean
getAutoSubmit()
Get function for attribute for 'autoSubmit'.
public Boolean
getChanged()
Get function for attribute for 'changed'.
public String
getChangedDesc()
Get function for attribute for 'changedDesc'.
public String
getContentStyle()
Get function for attribute for 'contentStyle'.
public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getLabel()
Get function for attribute for 'label'.
public String
getLayout()
Get function for attribute for 'layout'.
public Boolean
getLeadingDescShown()
Get function for attribute for 'leadingDescShown'.
public String
getLeadingHeader()
Get function for attribute for 'leadingHeader'.
public Boolean
getReadOnly()
Get function for attribute for 'readOnly'.
public Array
getSelection()
Returns an array with all value, that are selected in the Shuttle.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowRequired()
Get function for attribute for 'showRequired'.
public Boolean
getSimple()
Get function for attribute for 'simple'.
public Number
getSize()
Get function for attribute for 'size'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Boolean
getTrailingDescShown()
Get function for attribute for 'trailingDescShown'.
public String
getTrailingHeader()
Get function for attribute for 'trailingHeader'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getValuePassThru()
Get function for attribute for 'valuePassThru'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
protected static Object
InitSubclass()
Component for inputting content Note:
public void
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
public void
setAutoSubmit(Boolean newAutoSubmit)
Set function for attribute 'AutoSubmit'.
public void
setChanged(Boolean newChanged)
Set function for attribute 'Changed'.
public void
setChangedDesc(String newChangedDesc)
Set function for attribute 'ChangedDesc'.
public void
setContentStyle(String newContentStyle)
Set function for attribute 'ContentStyle'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLabel(String newLabel)
Set function for attribute 'Label'.
public void
setLayout(String newLayout)
Set function for attribute 'Layout'.
public void
setLeadingDescShown(Boolean newLeadingDescShown)
Set function for attribute 'LeadingDescShown'.
public void
setLeadingHeader(String newLeadingHeader)
Set function for attribute 'LeadingHeader'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowRequired(Boolean newShowRequired)
Set function for attribute 'ShowRequired'.
public void
setSimple(Boolean newSimple)
Set function for attribute 'Simple'.
public void
setSize(Number newSize)
Set function for attribute 'Size'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setTrailingDescShown(Boolean newTrailingDescShown)
Set function for attribute 'TrailingDescShown'.
public void
setTrailingHeader(String newTrailingHeader)
Set function for attribute 'TrailingHeader'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


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

GetRequiredKey, getSelectItems


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

addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getRequired, getRequiredMessageDetail, getSubmittedValue, getValid, getValidators, getValue, IsEmpty, isEventRoot, resetValue, SetPropertyImpl, setValue, validate, ValidateValue


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

GetChanges, GetConvertedValue, getConverter, isConvertible


Field Detail


SELECTION

public static Object SELECTION

Constructor Detail


AdfRichSelectManyShuttle

public AdfRichSelectManyShuttle()

The selectManyShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

getAutoSubmit

public Boolean getAutoSubmit()

Get function for attribute for 'autoSubmit'.

Return:
Boolean - AutoSubmit

getChanged

public Boolean getChanged()

Get function for attribute for 'changed'.

Return:
Boolean - Changed

getChangedDesc

public String getChangedDesc()

Get function for attribute for 'changedDesc'.

Return:
String - ChangedDesc

getContentStyle

public String getContentStyle()

Get function for attribute for 'contentStyle'.

Return:
String - ContentStyle

getDisabled

public Boolean getDisabled()

Get function for attribute for 'disabled'. 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 - Disabled

getHelpTopicId

public String getHelpTopicId()

Get function for attribute for 'helpTopicId'.

Return:
String - HelpTopicId

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getLabel

public String getLabel()

Get function for attribute for 'label'.

Return:
String - Label

getLayout

public String getLayout()

Get function for attribute for 'layout'.

Return:
String - Layout

getLeadingDescShown

public Boolean getLeadingDescShown()

Get function for attribute for 'leadingDescShown'.

Return:
Boolean - LeadingDescShown

getLeadingHeader

public String getLeadingHeader()

Get function for attribute for 'leadingHeader'.

Return:
String - LeadingHeader

getReadOnly

public Boolean getReadOnly()

Get function for attribute for 'readOnly'. 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 - ReadOnly

getSelection

public Array getSelection()

Returns an array with all value, that are selected in the Shuttle.

Return:
Array - an array of all value, that are selected in the Shuttle

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getShowRequired

public Boolean getShowRequired()

Get function for attribute for 'showRequired'.

Return:
Boolean - ShowRequired

getSimple

public Boolean getSimple()

Get function for attribute for 'simple'.

Return:
Boolean - Simple

getSize

public Number getSize()

Get function for attribute for 'size'.

Return:
Number - Size

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getTrailingDescShown

public Boolean getTrailingDescShown()

Get function for attribute for 'trailingDescShown'.

Return:
Boolean - TrailingDescShown

getTrailingHeader

public String getTrailingHeader()

Get function for attribute for 'trailingHeader'.

Return:
String - TrailingHeader

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. 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:
Object - Unsecure

getValuePassThru

public Boolean getValuePassThru()

Get function for attribute for 'valuePassThru'. 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 - ValuePassThru

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

InitSubclass

protected static Object InitSubclass()

Component for inputting content Note: This is a "partial" class, the majority of this class is generated.

Return:
Object
Overrides:
AdfUIEditableValue.InitSubclass()

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

Parameters:
newAccessKey    
Return:
void - No Value returned

setAutoSubmit

public void setAutoSubmit(Boolean newAutoSubmit)

Set function for attribute 'AutoSubmit'.

Parameters:
newAutoSubmit    
Return:
void - No Value returned

setChanged

public void setChanged(Boolean newChanged)

Set function for attribute 'Changed'.

Parameters:
newChanged    
Return:
void - No Value returned

setChangedDesc

public void setChangedDesc(String newChangedDesc)

Set function for attribute 'ChangedDesc'.

Parameters:
newChangedDesc    
Return:
void - No Value returned

setContentStyle

public void setContentStyle(String newContentStyle)

Set function for attribute 'ContentStyle'.

Parameters:
newContentStyle    
Return:
void - No Value returned

setHelpTopicId

public void setHelpTopicId(String newHelpTopicId)

Set function for attribute 'HelpTopicId'.

Parameters:
newHelpTopicId    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLabel

public void setLabel(String newLabel)

Set function for attribute 'Label'.

Parameters:
newLabel    
Return:
void - No Value returned

setLayout

public void setLayout(String newLayout)

Set function for attribute 'Layout'.

Parameters:
newLayout    
Return:
void - No Value returned

setLeadingDescShown

public void setLeadingDescShown(Boolean newLeadingDescShown)

Set function for attribute 'LeadingDescShown'.

Parameters:
newLeadingDescShown    
Return:
void - No Value returned

setLeadingHeader

public void setLeadingHeader(String newLeadingHeader)

Set function for attribute 'LeadingHeader'.

Parameters:
newLeadingHeader    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setShowRequired

public void setShowRequired(Boolean newShowRequired)

Set function for attribute 'ShowRequired'.

Parameters:
newShowRequired    
Return:
void - No Value returned

setSimple

public void setSimple(Boolean newSimple)

Set function for attribute 'Simple'.

Parameters:
newSimple    
Return:
void - No Value returned

setSize

public void setSize(Number newSize)

Set function for attribute 'Size'.

Parameters:
newSize    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setTrailingDescShown

public void setTrailingDescShown(Boolean newTrailingDescShown)

Set function for attribute 'TrailingDescShown'.

Parameters:
newTrailingDescShown    
Return:
void - No Value returned

setTrailingHeader

public void setTrailingHeader(String newTrailingHeader)

Set function for attribute 'TrailingHeader'.

Parameters:
newTrailingHeader    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.