|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
GWTApplication.client.FaultDBForm
GWTApplication.client.ModifyFormPanel
class ModifyFormPanel
This class is used to create a tab into which panels are placed from where the user can modify faults. Each tab associated with this tab will have associated with it a defect fault report number.
Field Summary | |
---|---|
private com.google.gwt.user.client.ui.TabPanel |
MainTabPanel
This is the main tab panel |
(package private) com.google.gwt.user.client.ui.TabPanel |
ModifyFaultTabs
This is a tab widget which will contain a series of tabs each one containing the details of a fault which has been requested to be modified |
Fields inherited from class GWTApplication.client.FaultDBForm |
---|
busyIndicator, internationalizationConstants, NOLENGTHCHECK, PrinterList, svc, UserAuthentication |
Constructor Summary | |
---|---|
ModifyFormPanel(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
AuthenticationDetails UserAuthentication)
|
Method Summary | |
---|---|
void |
addNewFaultTab(int FaultNumber)
This is used to create a new tab panel which will be used to modify the fault which has been specified |
int |
getNumberOfFaultsBeingEdited()
Returns the number of faults being edited |
boolean |
isFaultBeingEdited(int faultId)
Reports whether the fault specified is being edited or not. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final com.google.gwt.user.client.ui.TabPanel MainTabPanel
final com.google.gwt.user.client.ui.TabPanel ModifyFaultTabs
Constructor Detail |
---|
ModifyFormPanel(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication)
Method Detail |
---|
public int getNumberOfFaultsBeingEdited()
public boolean isFaultBeingEdited(int faultId)
faultId
- The fault identifier of the fault to be checkedpublic void addNewFaultTab(int FaultNumber)
FaultNumber
- This is the number of the fault which is to
be presented to the user for modification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |