Dashboard Builder UI Panels 6.0.0.Beta5

org.jboss.dashboard.ui.panel.advancedHTML
Class HTMLText

java.lang.Object
  extended by org.jboss.dashboard.ui.panel.advancedHTML.HTMLText
All Implemented Interfaces:
Serializable

public class HTMLText
extends Object
implements Serializable

The HTML panel persistent entity.

See Also:
Serialized Form

Field Summary
protected  Long dbid
           
protected  org.jboss.dashboard.workspace.PanelInstance panelInstance
           
protected  Map text
           
 
Constructor Summary
HTMLText()
           
 
Method Summary
 void delete()
           
 Long getDbid()
           
 org.jboss.dashboard.workspace.PanelInstance getPanelInstance()
           
 Map getText()
           
 String getText(String language)
           
 void save()
           
 void setDbid(Long dbid)
           
 void setPanelInstance(org.jboss.dashboard.workspace.PanelInstance panelInstance)
           
 void setText(Map text)
           
 void setText(String language, String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dbid

protected Long dbid

text

protected Map text

panelInstance

protected org.jboss.dashboard.workspace.PanelInstance panelInstance
Constructor Detail

HTMLText

public HTMLText()
Method Detail

getDbid

public Long getDbid()

setDbid

public void setDbid(Long dbid)

getPanelInstance

public org.jboss.dashboard.workspace.PanelInstance getPanelInstance()

setPanelInstance

public void setPanelInstance(org.jboss.dashboard.workspace.PanelInstance panelInstance)

getText

public Map getText()

setText

public void setText(Map text)

getText

public String getText(String language)

setText

public void setText(String language,
                    String value)

toString

public String toString()
Overrides:
toString in class Object

save

public void save()
          throws Exception
Throws:
Exception

delete

public void delete()
            throws Exception
Throws:
Exception

Dashboard Builder UI Panels 6.0.0.Beta5

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.