|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectViewHelper
Method Summary | |
---|---|
HTMLElement |
AddObjectViewHTML(IObjectModelRO model)
Returns additional HTML as an html element for the object view to display. |
void |
Display508Object(int nObjectIndex,
HTMLTable tableObjects,
IObjectModelRO model,
AActivitySpace parent)
Displays the object in 508 mode at the given index in the query result. |
HTMLScriptCollection |
DisplayJavascriptCollection(AActivitySpace asOwner,
IObjectModelRO model)
Returns the javascript for this view helper. |
void |
DisplayObject(int nObjectIndex,
int nRowIndex,
HTMLTable tableObjects,
IObjectModelRO model,
AActivitySpace parent)
Displays the object at the given index in the query result. |
java.lang.String |
GetThereAreNoItemsString(AActivitySpace asOwner)
Return the message to display if there are no items. |
void |
SetExpandAnchor(HTMLAnchor anchor,
IObjectModelRO model)
This method is called by the ObjectView to fill out the anchor for the expand / collapse links on the object view header. |
Method Detail |
---|
HTMLElement AddObjectViewHTML(IObjectModelRO model)
model
-
void Display508Object(int nObjectIndex, HTMLTable tableObjects, IObjectModelRO model, AActivitySpace parent)
nObjectIndex
- nObjectIndextableObjects
- tableObjectsmodel
- HTMLScriptCollection DisplayJavascriptCollection(AActivitySpace asOwner, IObjectModelRO model)
asOwner
- model
-
void DisplayObject(int nObjectIndex, int nRowIndex, HTMLTable tableObjects, IObjectModelRO model, AActivitySpace parent)
nObjectIndex
- nObjectIndexnObjectIndex
- nRowIndextableObjects
- tableObjectsmodel
- void SetExpandAnchor(HTMLAnchor anchor, IObjectModelRO model)
HTMLAnchor
- the anchor to be filled out.IObjectModelRO
- the modeljava.lang.String GetThereAreNoItemsString(AActivitySpace asOwner)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |