Ejemplo n.º 1
0
 /**
  * Get form item's ID.
  *
  * @return ID of object
  */
 public final int getId() {
   return JsUtils.getNativePropertyInt(this, "id");
 }
Ejemplo n.º 2
0
 /**
  * Get ordering number used when sorting form items on form.
  *
  * @return Ordering number.
  */
 public final int getOrdnum() {
   return JsUtils.getNativePropertyInt(this, "ordnum");
 }