public class StudentAdministationPanel
extends com.google.gwt.user.client.ui.VerticalPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Constructor and Description |
---|
StudentAdministationPanel()
Instantiates a new student administation panel.
|
Modifier and Type | Method and Description |
---|---|
void |
loadStudentsFromClass(java.lang.String classname)
Load students from class.
|
void |
removeStudentsOfClass(java.lang.String className)
Removes the students of class.
|
void |
updateClassBox(ClassSelectionPanel classSelectionPanel)
Update class box.
|
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, remove, setHorizontalAlignment, setVerticalAlignment
getSpacing, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing
getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StudentAdministationPanel()
public void loadStudentsFromClass(java.lang.String classname)
classname
- the classnamepublic void removeStudentsOfClass(java.lang.String className)
className
- the class namepublic void updateClassBox(ClassSelectionPanel classSelectionPanel)
classSelectionPanel
- the class selection panel