|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--UICommand
|
+--com.businessobjects.jsf.sdk.components.UIBaseControl
|
+--com.businessobjects.jsf.sdk.components.UIChangePassword
Allows the user to change their BusinessObjects Enterprise logon password.
| Field Summary | |
static java.lang.String |
TYPE
|
| Constructor Summary | |
UIChangePassword()
|
|
| Method Summary | |
void |
decode(FacesContext context)
For internal use only. |
java.lang.String |
getConfirmText()
Gets the text to display for the new password confirmation label. |
java.lang.String |
getFamily()
For internal use only. |
IIdentity |
getIdentity()
Gets the Identity bean that is data bound to the ChangePassword component. |
int |
getLabelAlignment()
Gets the horizontal alignment of all labels. |
java.lang.String |
getNewPasswordText()
Gets the text to display for the new password label. |
java.lang.String |
getOldPasswordText()
Gets the text to display for the old password label. |
SubmitButtonProps |
getSubmitButton()
Gets an instance of the SubmitButtonProps class which specifies the properties of the submit button. |
void |
restoreState(FacesContext context,
java.lang.Object state)
For internal use only. |
java.lang.Object |
saveState(FacesContext context)
For internal use only. |
void |
setAutoHandleEvents(boolean autoHandleEvents)
Sets a value indicating whether the ChangePassword component assumes responsibility for handling its own events. |
void |
setConfirmText(java.lang.String confirmText)
Sets the text to display for the new password confirmation label. |
void |
setIdentity(IIdentity identity)
Sets the Identity bean that is data bound to the ChangePassword component. |
void |
setLabelAlignment(int labelAlignment)
Sets the horizontal alignment of all labels. |
void |
setLocale(java.util.Locale locale)
Sets the locale setting used to display all text and formatting generated by the ChangePassword component. |
void |
setNewPasswordText(java.lang.String newPasswordText)
Sets the text to display for the new password label. |
void |
setOldPasswordText(java.lang.String oldPasswordText)
Sets the text to display for the old password label. |
void |
setSubmitButton(SubmitButtonProps submitButton)
Sets an instance of the SubmitButtonProps class which specifies the properties of the submit button. |
void |
submit(IIdentity identity)
Applies the password changes for the user to the system. |
| Methods inherited from class com.businessobjects.jsf.sdk.components.UIBaseControl |
getItemSource, getLocale, getTitle, isAutoHandleEvents, isEnabled, setEnabled, setItemSource, setTitle |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String TYPE
| Constructor Detail |
public UIChangePassword()
| Method Detail |
public void setLocale(java.util.Locale locale)
Sets the locale setting used to display all text and formatting generated by the ChangePassword component.
setLocale in class UIBaseControllocale - The component's locale.public void setAutoHandleEvents(boolean autoHandleEvents)
Sets a value indicating whether the ChangePassword component assumes responsibility for handling its own events.
setAutoHandleEvents in class UIBaseControlautoHandleEvents - true if the control will react to its own events using a built-in event handler, otherwise, false.public IIdentity getIdentity()
Gets the Identity bean that is data bound to the ChangePassword component.
public void setIdentity(IIdentity identity)
Sets the Identity bean that is data bound to the ChangePassword component.
identity - the Identity bean to bind to the ChangePassword componentpublic int getLabelAlignment()
Gets the horizontal alignment of all labels.
intpublic void setLabelAlignment(int labelAlignment)
Sets the horizontal alignment of all labels.
labelAlignment - the horizontal alignment of all labels as an intpublic java.lang.String getOldPasswordText()
Gets the text to display for the old password label.
public void setOldPasswordText(java.lang.String oldPasswordText)
Sets the text to display for the old password label.
oldPasswordText - the text to display for the old password labelpublic java.lang.String getNewPasswordText()
Gets the text to display for the new password label.
public void setNewPasswordText(java.lang.String newPasswordText)
Sets the text to display for the new password label.
newPasswordText - the text to display for the new password labelpublic java.lang.String getConfirmText()
Gets the text to display for the new password confirmation label.
public void setConfirmText(java.lang.String confirmText)
Sets the text to display for the new password confirmation label.
confirmText - the text to display for the new password confirmation labelpublic SubmitButtonProps getSubmitButton()
Gets an instance of the SubmitButtonProps class which specifies the properties of the submit button.
public void setSubmitButton(SubmitButtonProps submitButton)
Sets an instance of the SubmitButtonProps class which specifies the properties of the submit button.
public void decode(FacesContext context)
For internal use only.
public void submit(IIdentity identity)
Applies the password changes for the user to the system.
identity - an IIdentity object that contains the user informationpublic java.lang.Object saveState(FacesContext context)
For internal use only.
saveState in class UIBaseControl
public void restoreState(FacesContext context,
java.lang.Object state)
For internal use only.
restoreState in class UIBaseControlpublic java.lang.String getFamily()
For internal use only.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||