OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.data
Class AdfRichColumn

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIColumn
         |
         +--oracle.adf.view.js.component.rich.data.AdfRichColumn

public class AdfRichColumn
extends AdfUIColumn
Component that is used as a child of the Table component. The Column component defines the header, footer and data for a single column in the Table.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichColumn()
Component that is used as a child of the Table component.


Method Summary

public String
getAlign()
Get function for attribute for 'align'.
public Number
getDisplayIndex()
Get function for attribute for 'displayIndex'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public Boolean
getFilterable()
Get function for attribute for 'filterable'.
public String
getFooterClass()
Get function for attribute for 'footerClass'.
public Boolean
getFrozen()
Get function for attribute for 'frozen'.
public String
getHeaderClass()
Get function for attribute for 'headerClass'.
public Boolean
getHeaderNoWrap()
Get function for attribute for 'headerNoWrap'.
public String
getHeaderText()
Get function for attribute for 'headerText'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getMinimumWidth()
Get function for attribute for 'minimumWidth'.
public Boolean
getNoWrap()
Get function for attribute for 'noWrap'.
public Array
getPersist()
Get function for attribute for 'persist'.
public String
getRowHeader()
Get function for attribute for 'rowHeader'.
public Boolean
getSelected()
Get function for attribute for 'selected'.
public Boolean
getSeparateRows()
Get function for attribute for 'separateRows'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowRequired()
Get function for attribute for 'showRequired'.
public Boolean
getSortable()
Get function for attribute for 'sortable'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public String
getWidth()
Get function for attribute for 'width'.
public void
setAlign(String newAlign)
Set function for attribute 'Align'.
public void
setDisplayIndex(Number newDisplayIndex)
Set function for attribute 'DisplayIndex'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setFilterable(Boolean newFilterable)
Set function for attribute 'Filterable'.
public void
setFooterClass(String newFooterClass)
Set function for attribute 'FooterClass'.
public void
setFrozen(Boolean newFrozen)
Set function for attribute 'Frozen'.
public void
setHeaderClass(String newHeaderClass)
Set function for attribute 'HeaderClass'.
public void
setHeaderNoWrap(Boolean newHeaderNoWrap)
Set function for attribute 'HeaderNoWrap'.
public void
setHeaderText(String newHeaderText)
Set function for attribute 'HeaderText'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMinimumWidth(String newMinimumWidth)
Set function for attribute 'MinimumWidth'.
public void
setNoWrap(Boolean newNoWrap)
Set function for attribute 'NoWrap'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setRowHeader(String newRowHeader)
Set function for attribute 'RowHeader'.
public void
setSelected(Boolean newSelected)
Set function for attribute 'Selected'.
public void
setSeparateRows(Boolean newSeparateRows)
Set function for attribute 'SeparateRows'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowRequired(Boolean newShowRequired)
Set function for attribute 'ShowRequired'.
public void
setSortable(Boolean newSortable)
Set function for attribute 'Sortable'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setWidth(String newWidth)
Set function for attribute 'Width'.


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

getSortProperty


Field Detail


Constructor Detail


AdfRichColumn

public AdfRichColumn()

Component that is used as a child of the Table component. The Column component defines the header, footer and data for a single column in the Table.

Method Detail


getAlign

public String getAlign()

Get function for attribute for 'align'.

Return:
String - Align

getDisplayIndex

public Number getDisplayIndex()

Get function for attribute for 'displayIndex'.

Return:
Number - DisplayIndex

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getFilterable

public Boolean getFilterable()

Get function for attribute for 'filterable'.

Return:
Boolean - Filterable

getFooterClass

public String getFooterClass()

Get function for attribute for 'footerClass'.

Return:
String - FooterClass

getFrozen

public Boolean getFrozen()

Get function for attribute for 'frozen'.

Return:
Boolean - Frozen

getHeaderClass

public String getHeaderClass()

Get function for attribute for 'headerClass'.

Return:
String - HeaderClass

getHeaderNoWrap

public Boolean getHeaderNoWrap()

Get function for attribute for 'headerNoWrap'.

Return:
Boolean - HeaderNoWrap

getHeaderText

public String getHeaderText()

Get function for attribute for 'headerText'.

Return:
String - HeaderText

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

getMinimumWidth

public String getMinimumWidth()

Get function for attribute for 'minimumWidth'.

Return:
String - MinimumWidth

getNoWrap

public Boolean getNoWrap()

Get function for attribute for 'noWrap'.

Return:
Boolean - NoWrap

getPersist

public Array getPersist()

Get function for attribute for 'persist'.

Return:
Array - Persist

getRowHeader

public String getRowHeader()

Get function for attribute for 'rowHeader'.

Return:
String - RowHeader

getSelected

public Boolean getSelected()

Get function for attribute for 'selected'.

Return:
Boolean - Selected

getSeparateRows

public Boolean getSeparateRows()

Get function for attribute for 'separateRows'.

Return:
Boolean - SeparateRows

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

getSortable

public Boolean getSortable()

Get function for attribute for 'sortable'.

Return:
Boolean - Sortable

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

getWidth

public String getWidth()

Get function for attribute for 'width'.

Return:
String - Width

setAlign

public void setAlign(String newAlign)

Set function for attribute 'Align'.

Parameters:
newAlign    
Return:
void - No Value returned

setDisplayIndex

public void setDisplayIndex(Number newDisplayIndex)

Set function for attribute 'DisplayIndex'.

Parameters:
newDisplayIndex    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setFilterable

public void setFilterable(Boolean newFilterable)

Set function for attribute 'Filterable'.

Parameters:
newFilterable    
Return:
void - No Value returned

setFooterClass

public void setFooterClass(String newFooterClass)

Set function for attribute 'FooterClass'.

Parameters:
newFooterClass    
Return:
void - No Value returned

setFrozen

public void setFrozen(Boolean newFrozen)

Set function for attribute 'Frozen'.

Parameters:
newFrozen    
Return:
void - No Value returned

setHeaderClass

public void setHeaderClass(String newHeaderClass)

Set function for attribute 'HeaderClass'.

Parameters:
newHeaderClass    
Return:
void - No Value returned

setHeaderNoWrap

public void setHeaderNoWrap(Boolean newHeaderNoWrap)

Set function for attribute 'HeaderNoWrap'.

Parameters:
newHeaderNoWrap    
Return:
void - No Value returned

setHeaderText

public void setHeaderText(String newHeaderText)

Set function for attribute 'HeaderText'.

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

setMinimumWidth

public void setMinimumWidth(String newMinimumWidth)

Set function for attribute 'MinimumWidth'.

Parameters:
newMinimumWidth    
Return:
void - No Value returned

setNoWrap

public void setNoWrap(Boolean newNoWrap)

Set function for attribute 'NoWrap'.

Parameters:
newNoWrap    
Return:
void - No Value returned

setPersist

public void setPersist(Array newPersist)

Set function for attribute 'Persist'.

Parameters:
newPersist    
Return:
void - No Value returned

setRowHeader

public void setRowHeader(String newRowHeader)

Set function for attribute 'RowHeader'.

Parameters:
newRowHeader    
Return:
void - No Value returned

setSelected

public void setSelected(Boolean newSelected)

Set function for attribute 'Selected'.

Parameters:
newSelected    
Return:
void - No Value returned

setSeparateRows

public void setSeparateRows(Boolean newSeparateRows)

Set function for attribute 'SeparateRows'.

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

setSortable

public void setSortable(Boolean newSortable)

Set function for attribute 'Sortable'.

Parameters:
newSortable    
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(String newWidth)

Set function for attribute 'Width'.

Parameters:
newWidth    
Return:
void - No Value returned

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

 

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