|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CContext | |
|---|---|
| org.compiere.controller | |
| org.compiere.esb | |
| Uses of CContext in org.compiere.controller |
|---|
| Methods in org.compiere.controller with parameters of type CContext | |
|---|---|
ChangeVO |
UITab.deleteRow(CContext ctx,
int windowNo)
Delete existing Row |
ArrayList<Object[]> |
UITab.executeQuery(QueryVO queryVO,
HashMap<String,String> context,
CContext ctx)
Execute Query for Tab |
ArrayList<String[]> |
UITab.executeQueryString(QueryVO queryVO,
HashMap<String,String> context,
CContext ctx)
Execute Query for Tab and return results as String |
ChangeVO |
UITab.fieldChanged(CContext ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Field Changed Consequences |
Object |
UIField.getDefault(CContext ctx,
int WindowNo,
UITab tab)
Create default value. |
String |
UIField.getDefaultAsString(CContext ctx,
int WindowNo,
UITab tab)
Get Default As String |
String |
UIField.getLookupDisplay(CContext ctx,
int windowNo,
String key)
Get Lookup Data |
String |
UIField.getLookupDisplay(CContext ctx,
int windowNo,
String key,
boolean cache)
Get Lookup Data |
protected void |
UITab.initialize(ArrayList<UIField> fields,
ArrayList<UITab> previousTabs,
CContext ctx,
int windowNo,
int tabNo,
boolean isSOTrx)
Initialize |
boolean |
UIField.initialize(CContext ctx,
int WindowNo)
Initialize Field |
boolean |
UIField.isDisplayed(CContext ctx,
int WindowNo)
Field is Displayed |
boolean |
UIField.isEditable(CContext ctx,
int WindowNo,
UITab tab,
boolean inserting)
Is it Editable - checks IsActive, IsUpdateable, and isDisplayed |
boolean |
UIField.isMandatory(CContext ctx,
int WindowNo)
Is Field Mandatory |
ChangeVO |
UITab.newRow(CContext ctx,
int windowNo)
New Row |
ChangeVO |
UITab.processCalloutDirect(CContext ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Preferred Callout. |
void |
UITab.refreshDropDowns(ChangeVO change,
int windowNo,
CContext newCtx)
|
ChangeVO |
UITab.refreshRow(CContext ctx,
int windowNo)
Refresh (Insert/Update) Row of Tab |
ChangeVO |
UITab.saveRow(CContext ctx,
int windowNo,
boolean newRecord)
Save (Insert/Update) Row of Tab |
ChangeVO |
UITab.saveRow(CContext ctx,
int windowNo,
boolean newRecord,
String[] cachedRow)
Save (Insert/Update) Row of Tab |
| Constructors in org.compiere.controller with parameters of type CContext | |
|---|---|
UIWindow(UIWindowVO vo,
CContext ctx)
UI Window with Tabs and Fields |
|
| Uses of CContext in org.compiere.esb |
|---|
| Subclasses of CContext in org.compiere.esb | |
|---|---|
class |
GWTServerContext
empty class for now. write operations will be disabled in the future |
| Methods in org.compiere.esb that return CContext | |
|---|---|
CContext |
GwtServer.getContext()
Returns the context associated with this GwtServer |
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||