GWTApplication.client
Class ManageSystem.InterfaceInputField

java.lang.Object
  extended by GWTApplication.client.ManageSystem.InterfaceInputField
Enclosing class:
ManageSystem

 class ManageSystem.InterfaceInputField
extends java.lang.Object

This will be used for collating together all of the information associated with an input field in the form


Field Summary
 java.lang.String AcknowledgementWidgetLabel
          This is the label which which will be attached to in the input acknowledge button
 com.google.gwt.user.client.ui.Button ButtonAcknowledgementWidget
          This is the button which will be used to acknowledge that the user input is now complete
 java.lang.String InputFieldLabel
          This is the label which will be attached to the input field
 com.google.gwt.user.client.ui.Widget InputWidget
          This is the input widget
 
Constructor Summary
ManageSystem.InterfaceInputField(java.lang.String InputFieldLabel, java.lang.String AcknowledgementWidgetLabel, com.google.gwt.user.client.ui.Widget InputWidget, com.google.gwt.user.client.ui.Button ButtonAcknowledgementWidget)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InputFieldLabel

public java.lang.String InputFieldLabel
This is the label which will be attached to the input field


AcknowledgementWidgetLabel

public java.lang.String AcknowledgementWidgetLabel
This is the label which which will be attached to in the input acknowledge button


InputWidget

public com.google.gwt.user.client.ui.Widget InputWidget
This is the input widget


ButtonAcknowledgementWidget

public com.google.gwt.user.client.ui.Button ButtonAcknowledgementWidget
This is the button which will be used to acknowledge that the user input is now complete

Constructor Detail

ManageSystem.InterfaceInputField

ManageSystem.InterfaceInputField(java.lang.String InputFieldLabel,
                                 java.lang.String AcknowledgementWidgetLabel,
                                 com.google.gwt.user.client.ui.Widget InputWidget,
                                 com.google.gwt.user.client.ui.Button ButtonAcknowledgementWidget)