public class PencilPointer extends Element
Element.Type| Constructor and Description |
|---|
PencilPointer(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int p,
int age) |
PencilPointer(org.apache.wicket.ajax.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAge() |
org.apache.wicket.ajax.json.JSONObject |
getJSON()
Return a JSON object which represent the Element
|
int |
getP() |
void |
setAge(int age) |
void |
setP(int p) |
public PencilPointer(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int p,
int age)
public PencilPointer(org.apache.wicket.ajax.json.JSONObject object)
throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONExceptionCopyright © 2015. All rights reserved.