public class OAUIPropertyController extends OAUIBaseController
hub
Constructor and Description |
---|
OAUIPropertyController(Hub hub,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
char |
getConversion() |
String |
getFormat() |
static String |
getMaskPasswordValue()
This can be used to get the confirm message before the actual new value is known.
This is used to send a confirm message to browser. |
String |
getPropertyName() |
Object |
getValue() |
Object |
getValue(Object obj) |
String |
getValueAsString() |
String |
getValueAsString(Object obj) |
boolean |
isEnabled() |
boolean |
isEnabled(OAObject obj) |
boolean |
isRequired() |
boolean |
isVisible() |
boolean |
isVisible(OAObject obj) |
boolean |
onSetProperty(OAObject obj,
Object value) |
boolean |
onSetProperty(Object value) |
void |
setConversion(char conv)
'U'ppercase, 'L'owercase, 'T'itle, 'J'ava identifier 'E'ncrpted password/encrypt 'S'HA password (one way hash)
|
void |
setFormat(String format) |
getCompletedMessage, getConfirmMessage, getDescription, getHub, getTitle, onCompleted, onConfirm, onError, setCompletedMessage, setConfirmMessage, setDescription, setTitle
public String getPropertyName()
public void setConversion(char conv)
public char getConversion()
public String getFormat()
public void setFormat(String format)
public boolean isRequired()
public boolean isEnabled()
isEnabled
in class OAUIBaseController
public boolean isEnabled(OAObject obj)
public boolean isVisible()
isVisible
in class OAUIBaseController
public boolean isVisible(OAObject obj)
public boolean onSetProperty(Object value)
public static String getMaskPasswordValue()
public String getValueAsString()
public Object getValue()
Copyright © 1999–2025 ViaOA. All rights reserved.