OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.layout
Class AdfRichPanelLabelAndMessage

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPanel
         |
         +--oracle.adf.view.js.component.rich.layout.AdfRichPanelLabelAndMessage

public class AdfRichPanelLabelAndMessage
extends AdfUIPanel
This component lays out a label and children. Typically, the only child of this component will be an input element of some sort, but as many children as necessary can be added. When using panelLabelAndMessage with ADF input components, you should always set simple="true" on the input components. Non-simple ADF input components already effectively have all the functionality of panelLabelAndMessage. To lay out multiple panelLabelAndMessage components - or multiple non-simple ADF input components - you can use the panelFormLayout component. When panelLabelAndMessage components are placed inside a panelFormLayout the labels will line up.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelLabelAndMessage()
This component lays out a label and children.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public Boolean
getChanged()
Get function for attribute for 'changed'.
public String
getChangedDesc()
Get function for attribute for 'changedDesc'.
public String
getFor()
Get function for attribute for 'for'.
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
getLabelStyle()
Get function for attribute for 'labelStyle'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowRequired()
Get function for attribute for 'showRequired'.
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 void
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
public void
setChanged(Boolean newChanged)
Set function for attribute 'Changed'.
public void
setChangedDesc(String newChangedDesc)
Set function for attribute 'ChangedDesc'.
public void
setFor(String newFor)
Set function for attribute 'For'.
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
setLabelStyle(String newLabelStyle)
Set function for attribute 'LabelStyle'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowRequired(Boolean newShowRequired)
Set function for attribute 'ShowRequired'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichPanelLabelAndMessage

public AdfRichPanelLabelAndMessage()

This component lays out a label and children. Typically, the only child of this component will be an input element of some sort, but as many children as necessary can be added. When using panelLabelAndMessage with ADF input components, you should always set simple="true" on the input components. Non-simple ADF input components already effectively have all the functionality of panelLabelAndMessage. To lay out multiple panelLabelAndMessage components - or multiple non-simple ADF input components - you can use the panelFormLayout component. When panelLabelAndMessage components are placed inside a panelFormLayout the labels will line up.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

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

getFor

public String getFor()

Get function for attribute for 'for'.

Return:
String - For

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

getLabelStyle

public String getLabelStyle()

Get function for attribute for 'labelStyle'.

Return:
String - LabelStyle

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

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

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

Parameters:
newAccessKey    
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

setFor

public void setFor(String newFor)

Set function for attribute 'For'.

Parameters:
newFor    
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

setLabelStyle

public void setLabelStyle(String newLabelStyle)

Set function for attribute 'LabelStyle'.

Parameters:
newLabelStyle    
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

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

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

 

Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.