org.eclipse.higgins.ics.gwt.icm.client.panel.category
Class ManageCategoriesPanel

java.lang.Object
  extended bycom.google.gwt.user.client.ui.UIObject
      extended bycom.google.gwt.user.client.ui.Widget
          extended bycom.google.gwt.user.client.ui.Composite
              extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.category.ManageCategoriesPanel
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class ManageCategoriesPanel
extends com.google.gwt.user.client.ui.Composite

Author:
Alexander Yuhimenko

Constructor Summary
ManageCategoriesPanel()
           
 
Method Summary
 com.google.gwt.user.client.ui.HorizontalPanel getActionPanel()
           
 DialogButton getCancelButton()
           
 SimpleDialog getDialogBox()
           
 String getHeader()
           
 CardActionButton getSaveChangesButton()
           
 void hideDialog()
           
 void setDialogBox()
           
 void setDialogBoxProperties()
           
 void setSaveChangesButton(CardActionButton saveChangesButton)
           
 void showDialog()
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, isAttached
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManageCategoriesPanel

public ManageCategoriesPanel()
Method Detail

getActionPanel

public com.google.gwt.user.client.ui.HorizontalPanel getActionPanel()
Returns:
the actionPanel

getDialogBox

public SimpleDialog getDialogBox()
Returns:
the dialogBox the dialogBox to set

getHeader

public String getHeader()
Returns:
the header

getSaveChangesButton

public CardActionButton getSaveChangesButton()
Returns:
the saveChangesButton

getCancelButton

public DialogButton getCancelButton()

setDialogBox

public void setDialogBox()

setDialogBoxProperties

public void setDialogBoxProperties()

showDialog

public void showDialog()

hideDialog

public void hideDialog()

setSaveChangesButton

public void setSaveChangesButton(CardActionButton saveChangesButton)
Parameters:
saveChangesButton - the saveChangesButton to set