cleoni.adv
Class Panel

java.lang.Object
  extended by cleoni.adv.Panel

public class Panel
extends java.lang.Object

The commands panel to be displayed on the user's browser


Field Summary
 Dict buttons
           
 java.lang.String hasFocus
           
 java.lang.String id
           
 
Constructor Summary
Panel(World world, java.lang.String anId)
          Panel constructor comment.
 
Method Summary
 java.lang.String htmlControls(Skin skin, Utils utils, AdvObject owner, AdvObject agent, java.lang.String targetid)
           
 java.lang.String toHtml(Skin skin, Utils utils, AdvObject owner, AdvObject agent, java.lang.String targetid, Dict options)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id

buttons

public Dict buttons

hasFocus

public java.lang.String hasFocus
Constructor Detail

Panel

public Panel(World world,
             java.lang.String anId)
      throws DimxException
Panel constructor comment.

Throws:
DimxException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

htmlControls

public java.lang.String htmlControls(Skin skin,
                                     Utils utils,
                                     AdvObject owner,
                                     AdvObject agent,
                                     java.lang.String targetid)
                              throws DimxException
Parameters:
skin -
anAgent - typically a player, serves to auto-fill drop-down lists based on sets
utils - serves for cookie-based and session-based controls. If you use them and this is null you will get a nullPointer
Returns:
Throws:
DimxException

toHtml

public java.lang.String toHtml(Skin skin,
                               Utils utils,
                               AdvObject owner,
                               AdvObject agent,
                               java.lang.String targetid,
                               Dict options)
                        throws DimxException
Parameters:
skin -
anAgent - typically a player, serves to auto-fill drop-down lists based on sets
utils - serves for cookie-based and session-based controls. If you use them and this is null you will get a nullPointer
Returns:
Throws:
DimxException