info.magnolia.module.groovy.terminal
Class TerminalState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.JavaScriptComponentState
              extended by info.magnolia.module.groovy.terminal.TerminalState
All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState, Serializable

public class TerminalState
extends com.vaadin.shared.ui.JavaScriptComponentState

TerminalState.

See Also:
Serialized Form

Field Summary
 String command
           
 String greetings
           
 String history
           
 String output
           
 String view
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
TerminalState()
           
 
Method Summary
 
Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState
getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

greetings

public String greetings

command

public String command

output

public String output

view

public String view

history

public String history
Constructor Detail

TerminalState

public TerminalState()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.