org.universAAL.ui.handler.gui.swing.model.FormControl
Class OutputModel

Package class diagram package OutputModel
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.model.Model
      extended by org.universAAL.ui.handler.gui.swing.model.FormControl.OutputModel
Direct Known Subclasses:
MediaObjectModel, SimpleOutputModel

public abstract class OutputModel
extends Model

Output FormControls only need to display information.

Author:
amedrano
See Also:
Output

Field Summary
 
Fields inherited from class org.universAAL.ui.handler.gui.swing.model.Model
fc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine
 
Constructor Summary
OutputModel(Output control, Renderer render)
          Constructor.
 
Method Summary
 boolean isValid()
          all Output FormControls are always valid, as the user is not allowed to change its status.
 
Methods inherited from class org.universAAL.ui.handler.gui.swing.model.Model
correspondsTo, getComponent, getLabelModel, getNewComponent, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLine, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputModel

public OutputModel(Output control,
                   Renderer render)
Constructor.

Parameters:
control - the Output FormControl which to model.
Method Detail

isValid

public final boolean isValid()
all Output FormControls are always valid, as the user is not allowed to change its status.

Specified by:
isValid in class Model
Returns:
true


Copyright © 2014 universAAL Consortium. All Rights Reserved.