| com.sun.portal.admin.console.common.PortalBaseBean com.sun.portal.admin.console.desktop.NewPropertyBean
NewPropertyBean | public class NewPropertyBean extends PortalBaseBean implements WizardEventListener(Code) | | |
COLLECTION_TYPE | final public static String COLLECTION_TYPE(Code) | | |
FALSE_VALUE_LABEL | final public static String FALSE_VALUE_LABEL(Code) | | |
TRUE_VALUE_LABEL | final public static String TRUE_VALUE_LABEL(Code) | | |
NewPropertyBean | public NewPropertyBean()(Code) | | Creates a new instance of NewPropertyBean
|
createNewProperty | public void createNewProperty()(Code) | | |
getAdvOptions | public Option[] getAdvOptions()(Code) | | |
getTypeOptions | public Option[] getTypeOptions()(Code) | | |
getValueOptions | public Option[] getValueOptions()(Code) | | |
handleEvent | public boolean handleEvent(WizardEvent event)(Code) | | |
isBool | public boolean isBool()(Code) | | |
isCollection | public boolean isCollection()(Code) | | |
isInt | public boolean isInt()(Code) | | |
isString | public boolean isString()(Code) | | |
isTransient | public boolean isTransient()(Code) | | |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | |
saveState | public Object saveState(FacesContext context)(Code) | | |
setTransient | public void setTransient(boolean flag)(Code) | | |
validateIntValue | public void validateIntValue(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code) | | |
validateName | public void validateName(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code) | | The DP-api does not enforce any restrictions and allows whatever valid
xml allows. Admin enforces that collection name does not contain
EditPropertiesBean.COLLECTION_NAME_SEPARATOR which is a pipe ('|')
For xml char validation, we depend on dp-api to thorw an exception
|
|
|