public class OAObjectEditQuery extends Object
OAObjectEditQueryDelegate
Modifier and Type | Class and Description |
---|---|
static class |
OAObjectEditQuery.Type
Type of request being made from caller object.
|
Constructor and Description |
---|
OAObjectEditQuery(OAObjectEditQuery.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowed() |
boolean |
getBooleanValue() |
String |
getConfirmMessage() |
String |
getConfirmTitle() |
String |
getDisplayResponse() |
String |
getFormat() |
int |
getIntValue() |
JLabel |
getLabel() |
String |
getName() |
String |
getResponse() |
Throwable |
getThrowable() |
String |
getToolTip() |
OAObjectEditQuery.Type |
getType()
Type of query.
|
Object |
getValue() |
boolean |
isAllowed() |
void |
setAllowed(boolean enabled) |
void |
setConfirmMessage(String confirmMessage) |
void |
setConfirmTitle(String confirmTitle) |
void |
setFormat(String format) |
void |
setLabel(JLabel label) |
void |
setName(String name) |
void |
setResponse(String response) |
void |
setThrowable(Throwable t) |
void |
setToolTip(String toolTip) |
void |
setType(OAObjectEditQuery.Type t) |
void |
setValue(Object value) |
public OAObjectEditQuery(OAObjectEditQuery.Type type)
public void setType(OAObjectEditQuery.Type t)
public OAObjectEditQuery.Type getType()
public void setResponse(String response)
public String getResponse()
public Throwable getThrowable()
public void setThrowable(Throwable t)
public String getDisplayResponse()
public String getConfirmTitle()
public void setConfirmTitle(String confirmTitle)
public String getConfirmMessage()
public void setConfirmMessage(String confirmMessage)
public String getToolTip()
public void setToolTip(String toolTip)
public boolean isAllowed()
public boolean getAllowed()
public void setAllowed(boolean enabled)
public Object getValue()
public void setValue(Object value)
public boolean getBooleanValue()
public int getIntValue()
public JLabel getLabel()
public void setLabel(JLabel label)
public String getFormat()
public void setFormat(String format)
public String getName()
public void setName(String name)
Copyright © 1999–2019 ViaOA. All rights reserved.