cleoni.adv
Class Panel
java.lang.Object
cleoni.adv.Panel
public class Panel
- extends java.lang.Object
The commands panel to be displayed on the user's browser
|
Constructor Summary |
Panel(World world,
java.lang.String anId)
Panel constructor comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
public java.lang.String id
buttons
public Dict buttons
hasFocus
public java.lang.String hasFocus
Panel
public Panel(World world,
java.lang.String anId)
throws DimxException
- Panel constructor comment.
- Throws:
DimxException
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 setsutils - 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 setsutils - serves for cookie-based and session-based controls. If you use them and this is null you will get a nullPointer
- Returns:
-
- Throws:
DimxException