org.apache.myfaces.custom.date

Class HtmlInputDate

Implemented Interfaces:
UserRoleAware

public class HtmlInputDate
extends UIInput
implements UserRoleAware

Version:
$Revision: 267237 $ $Date: 2005-09-02 20:05:32 +0200 (Fri, 02 Sep 2005) $
Author:
Sylvain Vieujot (latest modification by $Author: mbr $)

Nested Class Summary

static class
HtmlInputDate.UserData

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Fields inherited from interface org.apache.myfaces.component.UserRoleAware

ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR

Constructor Summary

HtmlInputDate()

Method Summary

String
getEnabledOnUserRole()
String
getTimeZone()
String
getType()
HtmlInputDate.UserData
getUserData(Locale currentLocale)
String
getVisibleOnUserRole()
boolean
isDisabled()
boolean
isPopupCalendar()
boolean
isReadonly()
boolean
isRendered()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setDisabled(boolean disabled)
void
setEnabledOnUserRole(String enabledOnUserRole)
void
setPopupCalendar(boolean popupCalendar)
void
setReadonly(boolean readonly)
void
setTimeZone(String timeZone)
void
setType(String string)
void
setUserData(HtmlInputDate.UserData userData)
void
setVisibleOnUserRole(String visibleOnUserRole)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

HtmlInputDate

public HtmlInputDate()

Method Details

getEnabledOnUserRole

public String getEnabledOnUserRole()
Specified by:
getEnabledOnUserRole in interface UserRoleAware

getTimeZone

public String getTimeZone()

getType

public String getType()

getUserData

public HtmlInputDate.UserData getUserData(Locale currentLocale)

getVisibleOnUserRole

public String getVisibleOnUserRole()
Specified by:
getVisibleOnUserRole in interface UserRoleAware

isDisabled

public boolean isDisabled()

isPopupCalendar

public boolean isPopupCalendar()

isReadonly

public boolean isReadonly()

isRendered

public boolean isRendered()

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

setDisabled

public void setDisabled(boolean disabled)

setEnabledOnUserRole

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

setPopupCalendar

public void setPopupCalendar(boolean popupCalendar)

setReadonly

public void setReadonly(boolean readonly)

setTimeZone

public void setTimeZone(String timeZone)

setType

public void setType(String string)

setUserData

public void setUserData(HtmlInputDate.UserData userData)

setVisibleOnUserRole

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