OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIChoose
         |
         +--oracle.adf.view.js.component.rich.input.AdfRichChooseColor

public class AdfRichChooseColor
extends AdfUIChoose
The chooseColor component is used in conjunction with an inputColor to allow the user to quickly select a color value without having to navigate to a secondary window.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichChooseColor()
The chooseColor component is used in conjunction with an inputColor to allow the user to quickly select a color value without having to navigate to a secondary window.


Method Summary

protected Object
GetChanges()
public Array
getColorData()
Get function for attribute for 'colorData'.
public Array
getCustomColorData()
Get function for attribute for 'customColorData'.
public Boolean
getCustomVisible()
Get function for attribute for 'customVisible'.
public Object
getDefaultColor()
Get function for attribute for 'defaultColor'.
public Boolean
getDefaultVisible()
Get function for attribute for 'defaultVisible'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Boolean
getLastUsedVisible()
Get function for attribute for 'lastUsedVisible'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public Number
getWidth()
Get function for attribute for 'width'.
public void
setColorData(Array newColorData)
Set function for attribute 'ColorData'.
public void
setCustomColorData(Array newCustomColorData)
Set function for attribute 'CustomColorData'.
public void
setCustomVisible(Boolean newCustomVisible)
Set function for attribute 'CustomVisible'.
public void
setDefaultColor(Object newDefaultColor)
Set function for attribute 'DefaultColor'.
public void
setDefaultVisible(Boolean newDefaultVisible)
Set function for attribute 'DefaultVisible'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLastUsedVisible(Boolean newLastUsedVisible)
Set function for attribute 'LastUsedVisible'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setWidth(Number newWidth)
Set function for attribute 'Width'.


Field Detail


Constructor Detail


AdfRichChooseColor

public AdfRichChooseColor()

The chooseColor component is used in conjunction with an inputColor to allow the user to quickly select a color value without having to navigate to a secondary window.

Method Detail


GetChanges

protected Object GetChanges()

Return:
Object

getColorData

public Array getColorData()

Get function for attribute for 'colorData'.

Return:
Array - ColorData

getCustomColorData

public Array getCustomColorData()

Get function for attribute for 'customColorData'.

Return:
Array - CustomColorData

getCustomVisible

public Boolean getCustomVisible()

Get function for attribute for 'customVisible'.

Return:
Boolean - CustomVisible

getDefaultColor

public Object getDefaultColor()

Get function for attribute for 'defaultColor'.

Return:
Object - DefaultColor

getDefaultVisible

public Boolean getDefaultVisible()

Get function for attribute for 'defaultVisible'.

Return:
Boolean - DefaultVisible

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getLastUsedVisible

public Boolean getLastUsedVisible()

Get function for attribute for 'lastUsedVisible'.

Return:
Boolean - LastUsedVisible

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

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

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

getWidth

public Number getWidth()

Get function for attribute for 'width'.

Return:
Number - Width

setColorData

public void setColorData(Array newColorData)

Set function for attribute 'ColorData'.

Parameters:
newColorData    
Return:
void - No Value returned

setCustomColorData

public void setCustomColorData(Array newCustomColorData)

Set function for attribute 'CustomColorData'.

Parameters:
newCustomColorData    
Return:
void - No Value returned

setCustomVisible

public void setCustomVisible(Boolean newCustomVisible)

Set function for attribute 'CustomVisible'.

Parameters:
newCustomVisible    
Return:
void - No Value returned

setDefaultColor

public void setDefaultColor(Object newDefaultColor)

Set function for attribute 'DefaultColor'.

Parameters:
newDefaultColor    
Return:
void - No Value returned

setDefaultVisible

public void setDefaultVisible(Boolean newDefaultVisible)

Set function for attribute 'DefaultVisible'.

Parameters:
newDefaultVisible    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLastUsedVisible

public void setLastUsedVisible(Boolean newLastUsedVisible)

Set function for attribute 'LastUsedVisible'.

Parameters:
newLastUsedVisible    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

setWidth

public void setWidth(Number newWidth)

Set function for attribute 'Width'.

Parameters:
newWidth    
Return:
void - No Value returned

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.