Package org.jboss.hal.ballroom.editor
Class Session
- java.lang.Object
-
- org.jboss.hal.ballroom.editor.Session
-
@JsType(isNative=true) public class Session extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSession.OnChange
-
Constructor Summary
Constructors Constructor Description Session()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()StringgetValue()voidon(String event, Session.OnChange onChange)voidsetMode(String mode)voidsetValue(String value)
-
-
-
Method Detail
-
setValue
public void setValue(String value)
-
setMode
public void setMode(String mode)
-
getValue
public String getValue()
-
getLength
public int getLength()
-
on
public void on(String event, Session.OnChange onChange)
-
-