OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichTextEditor
extends AdfUIInput
An input control for richly formatted text.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichTextEditor()
An input control for richly formatted text.


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 Number
getColumns()
Get function for attribute for 'columns'.
public String
getContentDelivery()
Get function for attribute for 'contentDelivery'.
public String
getContentStyle()
Get function for attribute for 'contentStyle'.
protected Object
GetConvertedValue(Object value)
public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getEditMode()
Get function for attribute for 'editMode'.
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 Array
getPersist()
Get function for attribute for 'persist'.
public Boolean
getReadOnly()
Get function for attribute for 'readOnly'.
public Number
getRows()
Get function for attribute for 'rows'.
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 String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getSubmittedValue()
Get the submitted value.
public Array
getToolboxLayout()
Get function for attribute for 'toolboxLayout'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Object
getValue()
Gets the value.
public Boolean
getVisible()
Get function for attribute for 'visible'.
protected Object
IsEmpty(Object value)
Check whether the text is empty Return whether the input text is empty so the client side can do the validation for required field.
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
setColumns(Number newColumns)
Set function for attribute 'Columns'.
public void
setContentDelivery(String newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setContentStyle(String newContentStyle)
Set function for attribute 'ContentStyle'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setEditMode(String newEditMode)
Set function for attribute 'EditMode'.
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
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
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
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setToolboxLayout(Array newToolboxLayout)
Set function for attribute 'ToolboxLayout'.
public Object
setValue(Object value)
Sets the value.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


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

addValidator, DeliverDerivedPropertyEvents, getImmediate, getLocalValueSet, getRequired, GetRequiredKey, getRequiredMessageDetail, getValid, getValidators, InitSubclass, isEventRoot, resetValue, SetPropertyImpl, validate, ValidateValue


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

GetChanges, getConverter, isConvertible


Field Detail


Constructor Detail


AdfRichTextEditor

public AdfRichTextEditor()

An input control for richly formatted text.

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

getColumns

public Number getColumns()

Get function for attribute for 'columns'.

Return:
Number - Columns

getContentDelivery

public String getContentDelivery()

Get function for attribute for 'contentDelivery'.

Return:
String - ContentDelivery

getContentStyle

public String getContentStyle()

Get function for attribute for 'contentStyle'.

Return:
String - ContentStyle

GetConvertedValue

protected Object GetConvertedValue(Object value)

Parameters:
value    
Return:
Object
Overrides:
AdfUIValue.GetConvertedValue(Object)

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

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getEditMode

public String getEditMode()

Get function for attribute for 'editMode'.

Return:
String - EditMode

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

getPersist

public Array getPersist()

Get function for attribute for 'persist'.

Return:
Array - Persist

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

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows

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

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getSubmittedValue

public Object getSubmittedValue()

Get the submitted value. Return the submitted value so the client side can do the validation for required field.

Return:
Object
Overrides:
AdfUIEditableValue.getSubmittedValue()

getToolboxLayout

public Array getToolboxLayout()

Get function for attribute for 'toolboxLayout'.

Return:
Array - ToolboxLayout

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

getValue

public Object getValue()

Gets the value. This is not supported for the RichTextEditor.

Return:
Object
Overrides:
AdfUIValue.getValue()

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

IsEmpty

protected Object IsEmpty(Object value)

Check whether the text is empty Return whether the input text is empty so the client side can do the validation for required field.

Parameters:
value    
Return:
Object
Overrides:
AdfUIEditableValue.IsEmpty(Object)

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

setColumns

public void setColumns(Number newColumns)

Set function for attribute 'Columns'.

Parameters:
newColumns    
Return:
void - No Value returned

setContentDelivery

public void setContentDelivery(String newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setContentStyle

public void setContentStyle(String newContentStyle)

Set function for attribute 'ContentStyle'.

Parameters:
newContentStyle    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setEditMode

public void setEditMode(String newEditMode)

Set function for attribute 'EditMode'.

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

setPersist

public void setPersist(Array newPersist)

Set function for attribute 'Persist'.

Parameters:
newPersist    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

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

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setToolboxLayout

public void setToolboxLayout(Array newToolboxLayout)

Set function for attribute 'ToolboxLayout'.

Parameters:
newToolboxLayout    
Return:
void - No Value returned

setValue

public Object setValue(Object value)

Sets the value. This is not supported for the RichTextEditor.

Parameters:
value    
Return:
Object
Overrides:
AdfUIValue.setValue(Object)

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 2012.03.28 02:21 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.