Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

echopoint.demo.panels
Class DemoSelectableTable  view DemoSelectableTable download DemoSelectableTable.java

java.lang.Object
  extended bynextapp.echo.Component
      extended bynextapp.echo.Panel
          extended byechopoint.demo.panels.DemoPanel
              extended byechopoint.demo.panels.DemoSelectableTable
All Implemented Interfaces:
java.io.Serializable

public class DemoSelectableTable
extends DemoPanel

Demonstrates a SelectableTable


Field Summary
 
Fields inherited from class echopoint.demo.panels.DemoPanel
demoInstance
 
Fields inherited from class nextapp.echo.Panel
DEFAULT_INSETS, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, INSETS_CHANGED_PROPERTY, STYLE_HORIZONTAL_ALIGNMENT, STYLE_INSETS, STYLE_VERTICAL_ALIGNMENT, VERTICAL_ALIGNMENT_CHANGED_PROPERTY
 
Fields inherited from class nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, listenerList, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, TAB_INDEX_CHANGED_PROPERTY, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Constructor Summary
DemoSelectableTable(echopoint.demo.DemoInstance demoInstance)
          DemoDatePicker constructor comment.
 
Method Summary
 java.lang.String getActionCommand()
          Returns the action command to jump to the panel
private static java.util.Date getDate(java.lang.String dateString)
           
 java.lang.String getFooter()
          Returns the footer of the panel
 java.lang.String getTitle()
          Returns the title of the panel
 
Methods inherited from class echopoint.demo.panels.DemoPanel
genBackground, genComponent, genContent, genFont, genForeground, genLargishContent, genSmallishContent, getImage, getImage, getInstance, getResource, getResourcePrefix, rollDice, rollDice, rollDice, rollDice, rollDice, toString
 
Methods inherited from class nextapp.echo.Panel
applyStyle, getHorizontalAlignment, getInsets, getVerticalAlignment, setHorizontalAlignment, setInsets, setVerticalAlignment
 
Methods inherited from class nextapp.echo.Component
add, add, addHierarchyListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getLocale, getParent, getTabIndex, indexOf, init, isAncestorOf, isEnabled, isFocused, isRegistered, isShowing, isVisible, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setEnabled, setFocused, setFont, setForeground, setIdentifier, setLocale, setTabIndex, setVisible, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemoSelectableTable

public DemoSelectableTable(echopoint.demo.DemoInstance demoInstance)
DemoDatePicker constructor comment.

Method Detail

getActionCommand

public java.lang.String getActionCommand()
Description copied from class: DemoPanel
Returns the action command to jump to the panel

Specified by:
getActionCommand in class DemoPanel

getDate

private static java.util.Date getDate(java.lang.String dateString)

getFooter

public java.lang.String getFooter()
Description copied from class: DemoPanel
Returns the footer of the panel

Specified by:
getFooter in class DemoPanel

getTitle

public java.lang.String getTitle()
Description copied from class: DemoPanel
Returns the title of the panel

Specified by:
getTitle in class DemoPanel