|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use View | |
---|---|
com.oberon.ooql.sdk |
Uses of View in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return View | |
---|---|
static View |
View.getDefaultView()
Get the default view for Objects |
View |
Column.getView()
Get the related View |
static View |
View.open(java.lang.String name,
Framework framework)
Open a general View and read its properties from the database |
static View |
View.open(java.lang.String name,
java.lang.String userName,
Framework framework)
Open a View for a given user and read its properties from the database |
static View |
View.open(java.lang.String name,
java.lang.String userName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open a View for a given user and read its properties from the database |
Methods in com.oberon.ooql.sdk with parameters of type View | |
---|---|
java.lang.String |
View.compareUpdate(View refView,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this View object and let it become equals to another reference object. |
void |
Column.setView(View view)
Link the Column with the related View |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |