public abstract class SwingXFormDialog extends Object implements XFormDialog
CANCEL_OPTION, OK_OPTION
Constructor and Description |
---|
SwingXFormDialog() |
Modifier and Type | Method and Description |
---|---|
ActionList |
getActionsList() |
boolean |
getBooleanValue(String name) |
int |
getIntValue(String name,
int defaultValue) |
int |
getReturnValue() |
void |
setBooleanValue(String name,
boolean b) |
void |
setIntValue(String name,
int value) |
void |
setReturnValue(int returnValue) |
StringToStringMap |
show(StringToStringMap values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAction, getFormField, getForms, getValue, getValueIndex, getValues, release, setFormFieldProperty, setOptions, setSize, setValue, setValues, setVisible, setWidth, show, validate
public int getReturnValue()
getReturnValue
in interface XFormDialog
public void setReturnValue(int returnValue)
public StringToStringMap show(StringToStringMap values)
show
in interface XFormDialog
public boolean getBooleanValue(String name)
getBooleanValue
in interface XFormDialog
public int getIntValue(String name, int defaultValue)
getIntValue
in interface XFormDialog
public void setBooleanValue(String name, boolean b)
setBooleanValue
in interface XFormDialog
public void setIntValue(String name, int value)
setIntValue
in interface XFormDialog
public ActionList getActionsList()
getActionsList
in interface XFormDialog
Copyright © 2019. All Rights Reserved.