|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--com.sssw.rt.atlas.AtPanel | +--com.sssw.rt.tview.TView
The SilverStream base class for SilverStream's Java-based view controls.
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Fields inherited from class com.sssw.rt.atlas.AtPanel |
BGIMAGE_DRAW_CENTERED,
BGIMAGE_DRAW_NORMAL,
BGIMAGE_DRAW_STRETCH,
BGIMAGE_DRAW_TILED |
Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
TView()
|
Method Summary | |
AgoViewFormat |
getAgoViewFormat()
Obtains the AgoViewFormat object associated with the view. |
boolean |
getSearchable()
Returns true if the first AgoColumnText column appended to the view has been specified to be searchable. |
void |
reload()
Recreates the view's rows of data beginning with the top row. |
void |
scrollHome()
Scrolls the view display to the top |
void |
setAgoViewFormat(AgoViewFormat viewformat)
Refreshes the AgoViewFormat object. |
void |
setSearchable(boolean enableSearch)
Specifies that the first AgoColumnText column appended to the view supports type-ahead search. |
Methods inherited from class com.sssw.rt.atlas.AtPanel |
addImpl,
addNotify,
clientPaint,
clientPaint,
deliverMouseEvent,
deliverMouseMoveEvent,
doAtCommand,
drawTiledImage,
enableAtCommands,
getBackgroundImage,
getBackgroundImageMode,
getHelper,
getTransparent,
hide,
hideToolTip,
imageUpdate,
isFocusTraversable,
isOptimizedDrawingEnabled,
ownedImage,
paintBorder,
paintComponent,
paintImmediately,
paintImmediately,
paintNow,
preprocessKeyEvent,
processEvent,
reshape,
setBackgroundImage,
setBackgroundImageMode,
setTransparent,
show,
showToolTip |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
printComponents,
processContainerEvent,
remove,
remove,
removeAll,
removeContainerListener,
setCursor,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public TView()
Method Detail |
public void scrollHome()
public void reload()
Can also be used in place of setAgoViewFormat() to refresh the view's physical appearance. For example, if you programmatically change the background color of a column or a font style.
TView.setAgoViewFormat(AgoViewFormat viewformat)
public AgoViewFormat getAgoViewFormat()
TView.setAgoViewFormat(AgoViewFormat viewformat)
public void setAgoViewFormat(AgoViewFormat viewformat)
viewformat
- - specifies the AgoViewFormat to refreshTView.reload()
,
TView.getAgoViewFormat()
public void setSearchable(boolean enableSearch)
enableSearch
- when true, the first AgoColumnText appended to the view supports type-ahead search.If the user pauses for a second or more, the view resets the search and will start with what the user has typed after pausing. No error is generated when the view does not contain an AgoColumnText column.
TView.getSearchable()
public boolean getSearchable()
TView.setSearchable(boolean enableSearch)
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |