OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichChooseDate
extends AdfUIChoose
The chooseDate component is used in conjunction with a inputDate to allow the user to quickly select a date value without having to navigate to a secondary window.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichChooseDate()
The chooseDate component is used in conjunction with a inputDate to allow the user to quickly select a date value without having to navigate to a secondary window.


Method Summary

public Object
getDisabledDays()
Get function for attribute for 'disabledDays'.
public Object
getDisabledDaysOfWeek()
Get function for attribute for 'disabledDaysOfWeek'.
public Object
getDisabledMonths()
Get function for attribute for 'disabledMonths'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Date
getMaxValue()
Get function for attribute for 'maxValue'.
public Date
getMinValue()
Get function for attribute for 'minValue'.
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 void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
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'.


Field Detail


Constructor Detail


AdfRichChooseDate

public AdfRichChooseDate()

The chooseDate component is used in conjunction with a inputDate to allow the user to quickly select a date value without having to navigate to a secondary window.

Method Detail


getDisabledDays

public Object getDisabledDays()

Get function for attribute for 'disabledDays'. 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 - DisabledDays

getDisabledDaysOfWeek

public Object getDisabledDaysOfWeek()

Get function for attribute for 'disabledDaysOfWeek'. 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 - DisabledDaysOfWeek

getDisabledMonths

public Object getDisabledMonths()

Get function for attribute for 'disabledMonths'. 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 - DisabledMonths

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getMaxValue

public Date getMaxValue()

Get function for attribute for 'maxValue'. 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:
Date - MaxValue

getMinValue

public Date getMinValue()

Get function for attribute for 'minValue'. 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:
Date - MinValue

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

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

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

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.