|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectBase | |
---|---|
com.oberon.client.common | |
com.oberon.ooql.sdk |
Uses of ObjectBase in com.oberon.client.common |
---|
Methods in com.oberon.client.common with parameters of type ObjectBase | |
---|---|
static org.eclipse.swt.custom.ScrolledComposite |
Forms.createForm(org.eclipse.swt.widgets.Composite parent,
java.lang.String actionPage,
ObjectBase objlink,
Form form,
ApplicationRequest request)
Generates the SWT form panel according to the OBEROn Form definition and the object/link values |
static java.lang.String |
Forms.saveFormData(java.lang.String forwardPage,
ObjectBase objlink,
Form form,
ApplicationRequest request)
Update the object/link fields |
Uses of ObjectBase in com.oberon.ooql.sdk |
---|
Subclasses of ObjectBase in com.oberon.ooql.sdk | |
---|---|
class |
Link
Link between two OBEROn ObjectObj instances. |
class |
ObjectObj
OBEROn object: defines application contextual objects |
Methods in com.oberon.ooql.sdk with parameters of type ObjectBase | |
---|---|
void |
Form.compose(ObjectBase objlink,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Compose the Form for the current User and for a specific Object or Link instance |
java.lang.String |
Form.createTextForm(ObjectBase objlink,
java.lang.String language,
Framework framework)
Generates a text (generally for mail body) according to the Form definition and the object/link values |
java.util.Vector<FormUserItem> |
Form.getUserFieldItems(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all FormUserItem of Field type for which the framework User has the visibility |
java.util.Vector<FormUserItem> |
Form.getUserItems(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get all FormUserItem for which the framework User has the visibility |
java.util.Vector<FormUserItem> |
Form.getUserItemsWithData(ObjectBase objlink,
java.util.Vector<java.lang.Object> filterArgs,
Framework framework)
Get data related to Form-Item fields |
static java.lang.String |
JLClient.replaceObjectKeyWords(java.lang.String inputString,
ObjectBase objlink,
boolean encode,
java.lang.String language,
Framework framework)
Replace substitution keywords with ObjectObj or Link data values or dictionary translations |
static java.lang.String |
JLClient.replaceObjectKeyWords(java.lang.String inputString,
ObjectBase objlink,
java.lang.String language,
Framework framework)
Replace substitution keywords with ObjectObj or Link data values. |
static void |
ObjectBase.show(ObjectBase objlink,
Selector selector,
java.io.DataOutputStream outStream,
Framework framework)
Show the properties for the ObjectObj or the Link |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |