org.apache.myfaces.custom.calendar
Class HtmlInputCalendar

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.html.HtmlInputText
                      extended by org.apache.myfaces.component.html.ext.AbstractHtmlInputText
                          extended by org.apache.myfaces.component.html.ext.HtmlInputText
                              extended by org.apache.myfaces.custom.calendar.AbstractHtmlInputCalendar
                                  extended by org.apache.myfaces.custom.calendar.HtmlInputCalendar
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, AlignProperty, DataProperties, DisplayValueOnlyAware, ForceIdAware, LibraryLocationAware, LocationAware, UserRoleAware, DisplayValueOnlyCapable

public class HtmlInputCalendar
extends AbstractHtmlInputCalendar


Nested Class Summary
protected static class HtmlInputCalendar.PropertyKeys
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Fields inherited from interface org.apache.myfaces.component.UserRoleAware
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR
 
Fields inherited from interface org.apache.myfaces.component.LibraryLocationAware
IMAGE_LIBRARY_ATTR, JAVASCRIPT_LIBRARY_ATTR, STYLE_LIBRARY_ATTR
 
Fields inherited from interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
DISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR
 
Constructor Summary
HtmlInputCalendar()
           
 
Method Summary
 void addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior)
           
 String getAccesskey()
           
 String getAlign()
          HTML: Specifies the horizontal alignment of this element.
 String getAlt()
           
 String getCurrentDayCellClass()
          CSS class to be used for the TD element of the currently selected date.
 DateBusinessConverter getDateBusinessConverter()
          Indicate an object used as a bridge between the java.util.Date instance used by this component internally and the value object used on the bean, referred as a "business" value.
 String getDayCellClass()
          CSS class to be used for the TD element containing a day days.
 String getDir()
           
 String getEnabledOnUserRole()
          If user is in given role, this component will be rendered normally.
 String getFamily()
           
 String getHelpText()
          The text that will be rendered in the field - helping the user to find the right format to enter into the field.
 String getImageLibrary()
           
 String getImageLocation()
          An alternate location to find image resources.
 String getJavascriptLibrary()
           
 String getJavascriptLocation()
          An alternate location to find javascript resources.
 String getLabel()
           
 String getLang()
           
 int getMaxlength()
           
 String getMonthYearRowClass()
          CSS class to be used on the TR element for the header-row showing month and year.
 String getOnblur()
           
 String getOnchange()
           
 String getOnclick()
           
 String getOndblclick()
           
 String getOnfocus()
           
 String getOnkeydown()
           
 String getOnkeypress()
           
 String getOnkeyup()
           
 String getOnmousedown()
           
 String getOnmousemove()
           
 String getOnmouseout()
           
 String getOnmouseover()
           
 String getOnmouseup()
           
 String getOnselect()
           
 String getPopupButtonImageUrl()
          Url to the image for this popupButton.
 String getPopupButtonString()
          Defines the string displayed on the button which leads to the calendar-popup-window (...
 String getPopupButtonStyle()
          Defines the css style for the button which leads to the calendar-popup-window.
 String getPopupButtonStyleClass()
          Defines the css style class for the button which leads to the calendar-popup-window.
 String getPopupDateFormat()
          Defines the date format used by the java-script popup on client.
 String getPopupGotoString()
          Set the string for "Go To Current Month"
 String getPopupScrollLeftMessage()
          Set the string for scrolling to the left.
 String getPopupScrollRightMessage()
          Set the string for scrolling to the right.
 String getPopupSelectDateMessage()
          Set the string for "Select [date] as date" (do not replace [date], it will be replaced by the current date).
 String getPopupSelectMode()
           May be "day", "week", "month" or "none": day (default): allow the user to select a day. week: only allow the user to select a week. month: only allow the user to select a month. none: equivalent to "readonly".
 String getPopupSelectMonthMessage()
          Set the string for "Click to select a month".
 String getPopupSelectYearMessage()
          Set the string for "Click to select a year".
 String getPopupTheme()
          Set the theme-prefix for this component.
 String getPopupTodayDateFormat()
          Defines the date format used by the java-script popup on client for the today-is string.
 String getPopupTodayString()
          Set the string for "Today is"
 String getPopupWeekString()
          Set the string for "Wk"
 int getSize()
           
 String getStyle()
           
 String getStyleClass()
           
 String getStyleLibrary()
           
 String getStyleLocation()
          An alternate location to find stylesheet resources.
 String getTabindex()
           
 String getTitle()
           
 String getVisibleOnUserRole()
          If user is in given role, this component will be rendered normally.
 String getWeekRowClass()
          CSS class to be used on the TR element for the header-row showing the week-days.
 boolean isAddResources()
          Automatically add the input-calendar scripts and css files to the header - set that to false to provide the scripts yourself.
 boolean isDisabled()
           
 boolean isPopupLeft()
          Render the input-calendar left of the button, not right like normally done.
 boolean isReadonly()
           
 boolean isRenderAsPopup()
          Render the input-calendar as a java-script popup on client.
 boolean isRenderPopupButtonAsImage()
          If true, renders a calendar icon instead of the button to pop up the calendar.
 void setAccesskey(String accesskey)
           
 void setAddResources(boolean addResources)
           
 void setAlign(String align)
           
 void setAlt(String alt)
           
 void setCurrentDayCellClass(String currentDayCellClass)
           
 void setDateBusinessConverter(DateBusinessConverter dateBusinessConverter)
           
 void setDayCellClass(String dayCellClass)
           
 void setDir(String dir)
           
 void setDisabled(boolean disabled)
           
 void setEnabledOnUserRole(String enabledOnUserRole)
           
 void setHelpText(String helpText)
           
 void setImageLibrary(String imageLibrary)
           
 void setImageLocation(String imageLocation)
           
 void setJavascriptLibrary(String javascriptLibrary)
           
 void setJavascriptLocation(String javascriptLocation)
           
 void setLabel(String label)
           
 void setLang(String lang)
           
 void setMaxlength(int maxlength)
           
 void setMonthYearRowClass(String monthYearRowClass)
           
 void setOnblur(String onblur)
           
 void setOnchange(String onchange)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnfocus(String onfocus)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setOnselect(String onselect)
           
 void setPopupButtonImageUrl(String popupButtonImageUrl)
           
 void setPopupButtonString(String popupButtonString)
           
 void setPopupButtonStyle(String popupButtonStyle)
           
 void setPopupButtonStyleClass(String popupButtonStyleClass)
           
 void setPopupDateFormat(String popupDateFormat)
           
 void setPopupGotoString(String popupGotoString)
           
 void setPopupLeft(boolean popupLeft)
           
 void setPopupScrollLeftMessage(String popupScrollLeftMessage)
           
 void setPopupScrollRightMessage(String popupScrollRightMessage)
           
 void setPopupSelectDateMessage(String popupSelectDateMessage)
           
 void setPopupSelectMode(String popupSelectMode)
           
 void setPopupSelectMonthMessage(String popupSelectMonthMessage)
           
 void setPopupSelectYearMessage(String popupSelectYearMessage)
           
 void setPopupTheme(String popupTheme)
           
 void setPopupTodayDateFormat(String popupTodayDateFormat)
           
 void setPopupTodayString(String popupTodayString)
           
 void setPopupWeekString(String popupWeekString)
           
 void setReadonly(boolean readonly)
           
 void setRenderAsPopup(boolean renderAsPopup)
           
 void setRenderPopupButtonAsImage(boolean renderPopupButtonAsImage)
           
 void setSize(int size)
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 void setStyleLibrary(String styleLibrary)
           
 void setStyleLocation(String styleLocation)
           
 void setTabindex(String tabindex)
           
 void setTitle(String title)
           
 void setValueBinding(String name, javax.faces.el.ValueBinding binding)
           
 void setValueExpression(String name, javax.el.ValueExpression expression)
           
 void setVisibleOnUserRole(String visibleOnUserRole)
           
 void setWeekRowClass(String weekRowClass)
           
 
Methods inherited from class org.apache.myfaces.custom.calendar.AbstractHtmlInputCalendar
isRendered, setAddResources
 
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlInputText
getAutocomplete, getDatafld, getDataformatas, getDatasrc, getDisplayValueOnly, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, isDisabledOnClientSide, isForceId, isForceIdIndex, setAutocomplete, setDatafld, setDataformatas, setDatasrc, setDisabledOnClientSide, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setForceId, setForceIdIndex
 
Methods inherited from class org.apache.myfaces.component.html.ext.AbstractHtmlInputText
getClientId, isDisplayValueOnly, isSetDisplayValueOnly, setDisplayValueOnly
 
Methods inherited from class javax.faces.component.html.HtmlInputText
getDefaultEventName, getEventNames
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
getClientBehaviors
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverter
 

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

HtmlInputCalendar

public HtmlInputCalendar()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class HtmlInputText

addClientBehavior

public void addClientBehavior(String eventName,
                              javax.faces.component.behavior.ClientBehavior behavior)
Specified by:
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
addClientBehavior in class HtmlInputText

getDateBusinessConverter

public DateBusinessConverter getDateBusinessConverter()
Description copied from class: AbstractHtmlInputCalendar
Indicate an object used as a bridge between the java.util.Date instance used by this component internally and the value object used on the bean, referred as a "business" value.

Specified by:
getDateBusinessConverter in class AbstractHtmlInputCalendar

setDateBusinessConverter

public void setDateBusinessConverter(DateBusinessConverter dateBusinessConverter)
Specified by:
setDateBusinessConverter in class AbstractHtmlInputCalendar

getMonthYearRowClass

public String getMonthYearRowClass()
Description copied from class: AbstractHtmlInputCalendar
CSS class to be used on the TR element for the header-row showing month and year.

Specified by:
getMonthYearRowClass in class AbstractHtmlInputCalendar

setMonthYearRowClass

public void setMonthYearRowClass(String monthYearRowClass)

getWeekRowClass

public String getWeekRowClass()
Description copied from class: AbstractHtmlInputCalendar
CSS class to be used on the TR element for the header-row showing the week-days.

Specified by:
getWeekRowClass in class AbstractHtmlInputCalendar

setWeekRowClass

public void setWeekRowClass(String weekRowClass)

getDayCellClass

public String getDayCellClass()
Description copied from class: AbstractHtmlInputCalendar
CSS class to be used for the TD element containing a day days.

Specified by:
getDayCellClass in class AbstractHtmlInputCalendar

setDayCellClass

public void setDayCellClass(String dayCellClass)

getCurrentDayCellClass

public String getCurrentDayCellClass()
Description copied from class: AbstractHtmlInputCalendar
CSS class to be used for the TD element of the currently selected date.

Specified by:
getCurrentDayCellClass in class AbstractHtmlInputCalendar

setCurrentDayCellClass

public void setCurrentDayCellClass(String currentDayCellClass)

isPopupLeft

public boolean isPopupLeft()
Description copied from class: AbstractHtmlInputCalendar
Render the input-calendar left of the button, not right like normally done.

Specified by:
isPopupLeft in class AbstractHtmlInputCalendar

setPopupLeft

public void setPopupLeft(boolean popupLeft)

isRenderAsPopup

public boolean isRenderAsPopup()
Description copied from class: AbstractHtmlInputCalendar
Render the input-calendar as a java-script popup on client.

Specified by:
isRenderAsPopup in class AbstractHtmlInputCalendar

setRenderAsPopup

public void setRenderAsPopup(boolean renderAsPopup)

isAddResources

public boolean isAddResources()
Description copied from class: AbstractHtmlInputCalendar
Automatically add the input-calendar scripts and css files to the header - set that to false to provide the scripts yourself.

Specified by:
isAddResources in class AbstractHtmlInputCalendar

setAddResources

public void setAddResources(boolean addResources)
Specified by:
setAddResources in class AbstractHtmlInputCalendar

getPopupButtonString

public String getPopupButtonString()
Description copied from class: AbstractHtmlInputCalendar
Defines the string displayed on the button which leads to the calendar-popup-window (... by default).

Specified by:
getPopupButtonString in class AbstractHtmlInputCalendar

setPopupButtonString

public void setPopupButtonString(String popupButtonString)

getPopupButtonStyle

public String getPopupButtonStyle()
Description copied from class: AbstractHtmlInputCalendar
Defines the css style for the button which leads to the calendar-popup-window.

Specified by:
getPopupButtonStyle in class AbstractHtmlInputCalendar

setPopupButtonStyle

public void setPopupButtonStyle(String popupButtonStyle)

getPopupButtonStyleClass

public String getPopupButtonStyleClass()
Description copied from class: AbstractHtmlInputCalendar
Defines the css style class for the button which leads to the calendar-popup-window.

Specified by:
getPopupButtonStyleClass in class AbstractHtmlInputCalendar

setPopupButtonStyleClass

public void setPopupButtonStyleClass(String popupButtonStyleClass)

isRenderPopupButtonAsImage

public boolean isRenderPopupButtonAsImage()
Description copied from class: AbstractHtmlInputCalendar
If true, renders a calendar icon instead of the button to pop up the calendar.

Specified by:
isRenderPopupButtonAsImage in class AbstractHtmlInputCalendar

setRenderPopupButtonAsImage

public void setRenderPopupButtonAsImage(boolean renderPopupButtonAsImage)

getPopupDateFormat

public String getPopupDateFormat()
Description copied from class: AbstractHtmlInputCalendar
Defines the date format used by the java-script popup on client.

Specified by:
getPopupDateFormat in class AbstractHtmlInputCalendar

setPopupDateFormat

public void setPopupDateFormat(String popupDateFormat)

getPopupGotoString

public String getPopupGotoString()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Go To Current Month"

Specified by:
getPopupGotoString in class AbstractHtmlInputCalendar

setPopupGotoString

public void setPopupGotoString(String popupGotoString)

getPopupTodayString

public String getPopupTodayString()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Today is"

Specified by:
getPopupTodayString in class AbstractHtmlInputCalendar

setPopupTodayString

public void setPopupTodayString(String popupTodayString)

getPopupTodayDateFormat

public String getPopupTodayDateFormat()
Description copied from class: AbstractHtmlInputCalendar
Defines the date format used by the java-script popup on client for the today-is string.

Specified by:
getPopupTodayDateFormat in class AbstractHtmlInputCalendar

setPopupTodayDateFormat

public void setPopupTodayDateFormat(String popupTodayDateFormat)

getPopupWeekString

public String getPopupWeekString()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Wk"

Specified by:
getPopupWeekString in class AbstractHtmlInputCalendar

setPopupWeekString

public void setPopupWeekString(String popupWeekString)

getPopupScrollLeftMessage

public String getPopupScrollLeftMessage()
Description copied from class: AbstractHtmlInputCalendar
Set the string for scrolling to the left.

Specified by:
getPopupScrollLeftMessage in class AbstractHtmlInputCalendar

setPopupScrollLeftMessage

public void setPopupScrollLeftMessage(String popupScrollLeftMessage)

getPopupScrollRightMessage

public String getPopupScrollRightMessage()
Description copied from class: AbstractHtmlInputCalendar
Set the string for scrolling to the right.

Specified by:
getPopupScrollRightMessage in class AbstractHtmlInputCalendar

setPopupScrollRightMessage

public void setPopupScrollRightMessage(String popupScrollRightMessage)

getPopupSelectMonthMessage

public String getPopupSelectMonthMessage()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Click to select a month".

Specified by:
getPopupSelectMonthMessage in class AbstractHtmlInputCalendar

setPopupSelectMonthMessage

public void setPopupSelectMonthMessage(String popupSelectMonthMessage)

getPopupSelectYearMessage

public String getPopupSelectYearMessage()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Click to select a year".

Specified by:
getPopupSelectYearMessage in class AbstractHtmlInputCalendar

setPopupSelectYearMessage

public void setPopupSelectYearMessage(String popupSelectYearMessage)

getPopupSelectDateMessage

public String getPopupSelectDateMessage()
Description copied from class: AbstractHtmlInputCalendar
Set the string for "Select [date] as date" (do not replace [date], it will be replaced by the current date).

Specified by:
getPopupSelectDateMessage in class AbstractHtmlInputCalendar

setPopupSelectDateMessage

public void setPopupSelectDateMessage(String popupSelectDateMessage)

getPopupTheme

public String getPopupTheme()
Description copied from class: AbstractHtmlInputCalendar
Set the theme-prefix for this component.

Specified by:
getPopupTheme in class AbstractHtmlInputCalendar

setPopupTheme

public void setPopupTheme(String popupTheme)

getPopupButtonImageUrl

public String getPopupButtonImageUrl()
Description copied from class: AbstractHtmlInputCalendar
Url to the image for this popupButton.

Specified by:
getPopupButtonImageUrl in class AbstractHtmlInputCalendar

setPopupButtonImageUrl

public void setPopupButtonImageUrl(String popupButtonImageUrl)

getHelpText

public String getHelpText()
Description copied from class: AbstractHtmlInputCalendar
The text that will be rendered in the field - helping the user to find the right format to enter into the field.

Specified by:
getHelpText in class AbstractHtmlInputCalendar

setHelpText

public void setHelpText(String helpText)

getPopupSelectMode

public String getPopupSelectMode()
Description copied from class: AbstractHtmlInputCalendar

May be "day", "week", "month" or "none":

Specified by:
getPopupSelectMode in class AbstractHtmlInputCalendar

setPopupSelectMode

public void setPopupSelectMode(String popupSelectMode)

getEnabledOnUserRole

public String getEnabledOnUserRole()
Description copied from interface: UserRoleAware
If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.

Specified by:
getEnabledOnUserRole in interface UserRoleAware
Overrides:
getEnabledOnUserRole in class HtmlInputText
Returns:

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)
Specified by:
setEnabledOnUserRole in interface UserRoleAware
Overrides:
setEnabledOnUserRole in class HtmlInputText

getVisibleOnUserRole

public String getVisibleOnUserRole()
Description copied from interface: UserRoleAware
If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.

Specified by:
getVisibleOnUserRole in interface UserRoleAware
Overrides:
getVisibleOnUserRole in class HtmlInputText
Returns:

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)
Specified by:
setVisibleOnUserRole in interface UserRoleAware
Overrides:
setVisibleOnUserRole in class HtmlInputText

getJavascriptLocation

public String getJavascriptLocation()
Description copied from interface: LocationAware
An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.


setJavascriptLocation

public void setJavascriptLocation(String javascriptLocation)

getImageLocation

public String getImageLocation()
Description copied from interface: LocationAware
An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.


setImageLocation

public void setImageLocation(String imageLocation)

getStyleLocation

public String getStyleLocation()
Description copied from interface: LocationAware
An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.


setStyleLocation

public void setStyleLocation(String styleLocation)

getJavascriptLibrary

public String getJavascriptLibrary()

setJavascriptLibrary

public void setJavascriptLibrary(String javascriptLibrary)

getImageLibrary

public String getImageLibrary()

setImageLibrary

public void setImageLibrary(String imageLibrary)

getStyleLibrary

public String getStyleLibrary()

setStyleLibrary

public void setStyleLibrary(String styleLibrary)

getAlign

public String getAlign()
Description copied from interface: AlignProperty
HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01.

Specified by:
getAlign in interface AlignProperty
Overrides:
getAlign in class HtmlInputText

setAlign

public void setAlign(String align)
Overrides:
setAlign in class HtmlInputText

getMaxlength

public int getMaxlength()
Overrides:
getMaxlength in class HtmlInputText

setMaxlength

public void setMaxlength(int maxlength)
Overrides:
setMaxlength in class HtmlInputText

getSize

public int getSize()
Overrides:
getSize in class HtmlInputText

setSize

public void setSize(int size)
Overrides:
setSize in class HtmlInputText

getLabel

public String getLabel()
Overrides:
getLabel in class HtmlInputText

setLabel

public void setLabel(String label)
Overrides:
setLabel in class HtmlInputText

getStyle

public String getStyle()
Overrides:
getStyle in class HtmlInputText

setStyle

public void setStyle(String style)
Overrides:
setStyle in class HtmlInputText

getStyleClass

public String getStyleClass()
Overrides:
getStyleClass in class HtmlInputText

setStyleClass

public void setStyleClass(String styleClass)
Overrides:
setStyleClass in class HtmlInputText

getAlt

public String getAlt()
Overrides:
getAlt in class HtmlInputText

setAlt

public void setAlt(String alt)
Overrides:
setAlt in class HtmlInputText

getTabindex

public String getTabindex()
Overrides:
getTabindex in class HtmlInputText

setTabindex

public void setTabindex(String tabindex)
Overrides:
setTabindex in class HtmlInputText

getOnblur

public String getOnblur()
Overrides:
getOnblur in class HtmlInputText

setOnblur

public void setOnblur(String onblur)
Overrides:
setOnblur in class HtmlInputText

getOnfocus

public String getOnfocus()
Overrides:
getOnfocus in class HtmlInputText

setOnfocus

public void setOnfocus(String onfocus)
Overrides:
setOnfocus in class HtmlInputText

getAccesskey

public String getAccesskey()
Overrides:
getAccesskey in class HtmlInputText

setAccesskey

public void setAccesskey(String accesskey)
Overrides:
setAccesskey in class HtmlInputText

getOnclick

public String getOnclick()
Overrides:
getOnclick in class HtmlInputText

setOnclick

public void setOnclick(String onclick)
Overrides:
setOnclick in class HtmlInputText

getOndblclick

public String getOndblclick()
Overrides:
getOndblclick in class HtmlInputText

setOndblclick

public void setOndblclick(String ondblclick)
Overrides:
setOndblclick in class HtmlInputText

getOnkeydown

public String getOnkeydown()
Overrides:
getOnkeydown in class HtmlInputText

setOnkeydown

public void setOnkeydown(String onkeydown)
Overrides:
setOnkeydown in class HtmlInputText

getOnkeypress

public String getOnkeypress()
Overrides:
getOnkeypress in class HtmlInputText

setOnkeypress

public void setOnkeypress(String onkeypress)
Overrides:
setOnkeypress in class HtmlInputText

getOnkeyup

public String getOnkeyup()
Overrides:
getOnkeyup in class HtmlInputText

setOnkeyup

public void setOnkeyup(String onkeyup)
Overrides:
setOnkeyup in class HtmlInputText

getOnmousedown

public String getOnmousedown()
Overrides:
getOnmousedown in class HtmlInputText

setOnmousedown

public void setOnmousedown(String onmousedown)
Overrides:
setOnmousedown in class HtmlInputText

getOnmousemove

public String getOnmousemove()
Overrides:
getOnmousemove in class HtmlInputText

setOnmousemove

public void setOnmousemove(String onmousemove)
Overrides:
setOnmousemove in class HtmlInputText

getOnmouseout

public String getOnmouseout()
Overrides:
getOnmouseout in class HtmlInputText

setOnmouseout

public void setOnmouseout(String onmouseout)
Overrides:
setOnmouseout in class HtmlInputText

getOnmouseover

public String getOnmouseover()
Overrides:
getOnmouseover in class HtmlInputText

setOnmouseover

public void setOnmouseover(String onmouseover)
Overrides:
setOnmouseover in class HtmlInputText

getOnmouseup

public String getOnmouseup()
Overrides:
getOnmouseup in class HtmlInputText

setOnmouseup

public void setOnmouseup(String onmouseup)
Overrides:
setOnmouseup in class HtmlInputText

getOnchange

public String getOnchange()
Overrides:
getOnchange in class HtmlInputText

setOnchange

public void setOnchange(String onchange)
Overrides:
setOnchange in class HtmlInputText

getOnselect

public String getOnselect()
Overrides:
getOnselect in class HtmlInputText

setOnselect

public void setOnselect(String onselect)
Overrides:
setOnselect in class HtmlInputText

getDir

public String getDir()
Overrides:
getDir in class HtmlInputText

setDir

public void setDir(String dir)
Overrides:
setDir in class HtmlInputText

getLang

public String getLang()
Overrides:
getLang in class HtmlInputText

setLang

public void setLang(String lang)
Overrides:
setLang in class HtmlInputText

getTitle

public String getTitle()
Overrides:
getTitle in class HtmlInputText

setTitle

public void setTitle(String title)
Overrides:
setTitle in class HtmlInputText

isDisabled

public boolean isDisabled()
Overrides:
isDisabled in class HtmlInputText

setDisabled

public void setDisabled(boolean disabled)
Overrides:
setDisabled in class HtmlInputText

isReadonly

public boolean isReadonly()
Overrides:
isReadonly in class HtmlInputText

setReadonly

public void setReadonly(boolean readonly)
Overrides:
setReadonly in class HtmlInputText

setValueBinding

public void setValueBinding(String name,
                            javax.faces.el.ValueBinding binding)
Overrides:
setValueBinding in class HtmlInputText

setValueExpression

public void setValueExpression(String name,
                               javax.el.ValueExpression expression)
Overrides:
setValueExpression in class HtmlInputText


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.