com.hack23.cia.web.views.user
Class ActionBarPanel

Package class diagram package ActionBarPanel
java.lang.Object
  extended by thinwire.ui.AbstractComponent<C>
      extended by thinwire.ui.AbstractContainer<thinwire.ui.Panel,thinwire.ui.Component>
          extended by thinwire.ui.Panel
              extended by com.hack23.cia.web.views.user.ActionBarPanel
All Implemented Interfaces:
thinwire.ui.Component, thinwire.ui.Container<thinwire.ui.Component>, thinwire.ui.ItemChangeEventComponent

public class ActionBarPanel
extends thinwire.ui.Panel

The Class ActionBarPanel.


Nested Class Summary
 
Nested classes/interfaces inherited from interface thinwire.ui.Container
thinwire.ui.Container.ScrollType
 
Field Summary
 
Fields inherited from interface thinwire.ui.Container
PROPERTY_LAYOUT, PROPERTY_SCROLL_TYPE
 
Fields inherited from interface thinwire.ui.Component
ACTION_CLICK, ACTION_DOUBLE_CLICK, PROPERTY_ENABLED, PROPERTY_FOCUS, PROPERTY_FOCUS_CAPABLE, PROPERTY_HEIGHT, PROPERTY_LIMIT, PROPERTY_STYLE_CLASS, PROPERTY_USER_OBJECT, PROPERTY_VISIBLE, PROPERTY_WIDTH, PROPERTY_X, PROPERTY_Y
 
Constructor Summary
ActionBarPanel(UserSessionDTO userSessionDTO, String filePath, String actionDescription, Object userObject, List<CommitteeReport> commiteeReports)
          Instantiates a new action bar panel.
 
Method Summary
 
Methods inherited from class thinwire.ui.AbstractContainer
addItemChangeListener, getChildren, getChildWithFocus, getComponentWithFocus, getInnerHeight, getInnerWidth, getLayout, getScrollType, removeItemChangeListener, setLayout, setScrollType
 
Methods inherited from class thinwire.ui.AbstractComponent
addActionListener, addActionListener, addDropListener, addDropListener, addKeyPressListener, addKeyPressListener, addPropertyChangeListener, addPropertyChangeListener, fireAction, fireAction, fireAction, fireDrop, fireDrop, fireDrop, fireKeyPress, fireKeyPress, firePropertyChange, firePropertyChange, firePropertyChange, getContainer, getHeight, getLabel, getLimit, getParent, getStyle, getStyleClass, getUserObject, getWidth, getX, getY, isEnabled, isFocus, isFocusCapable, isVisible, removeActionListener, removeDropListener, removeKeyPressListener, removePropertyChangeListener, scrollTo, setBounds, setEnabled, setFocus, setFocusCapable, setHeight, setLimit, setPosition, setSize, setStyleClass, setUserObject, setVisible, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface thinwire.ui.Component
addActionListener, addActionListener, addDropListener, addDropListener, addKeyPressListener, addKeyPressListener, addPropertyChangeListener, addPropertyChangeListener, fireAction, fireAction, fireAction, fireDrop, fireDrop, fireDrop, fireKeyPress, fireKeyPress, getContainer, getHeight, getLabel, getLimit, getParent, getStyle, getStyleClass, getUserObject, getWidth, getX, getY, isEnabled, isFocus, isFocusCapable, isVisible, removeActionListener, removeDropListener, removeKeyPressListener, removePropertyChangeListener, setBounds, setEnabled, setFocus, setFocusCapable, setHeight, setLimit, setPosition, setSize, setStyleClass, setUserObject, setVisible, setWidth, setX, setY
 

Constructor Detail

ActionBarPanel

public ActionBarPanel(UserSessionDTO userSessionDTO,
                      String filePath,
                      String actionDescription,
                      Object userObject,
                      List<CommitteeReport> commiteeReports)
Instantiates a new action bar panel.

Parameters:
userSessionDTO - the user session dto
filePath - the file path
actionDescription - the action description
userObject - the user object
commiteeReports - the commitee reports


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.