Ejemplo n.º 1
0
 public LGEditText(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 2
0
 public LGDatePicker(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 3
0
 public LGScrollView(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 4
0
 public static LGCheckBox Create(LuaContext lc)
 {
     return(new LGCheckBox(lc));
 }
Ejemplo n.º 5
0
 public LGCheckBox(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 6
0
 public LGComboBox(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 7
0
 public LGButton(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 8
0
 /**
  * (Ignore)
  */
 public LGAdapterView(LuaContext lc, String id)
 {
     mLc     = lc;
     this.id = id;
 }
Ejemplo n.º 9
0
 public LGImageView(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 10
0
 public static Object CreateForTab(LuaContext lc, String luaId)
 {
     return(LuaForm.activeForm);
 }
Ejemplo n.º 11
0
        public static LGAdapterView Create(LuaContext lc, String id)
        {
            LGAdapterView lgav = new LGAdapterView(lc, id);

            return(lgav);
        }
Ejemplo n.º 12
0
 public LGProgressBar(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 13
0
 public LGProgressBar(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 14
0
 public LGRadioButton(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 15
0
 public LGRadioGroup(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 16
0
 public LGImageView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 17
0
 public LGComboBox(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 18
0
 public static LGView Create(LuaContext lc)
 {
     return(new LGView(lc));
 }
 public LGHorizontalScrollView(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 20
0
 public LGView(LuaContext context)
 {
     this.lc = context;
     Setup();
     AfterSetup();
 }
Ejemplo n.º 21
0
 public LGButton(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 22
0
 public LGTextView(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 23
0
 public LGCheckBox(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 24
0
 public LGListView(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 25
0
 public static LGDatePicker Create(LuaContext lc)
 {
     return(new LGDatePicker(lc));
 }
Ejemplo n.º 26
0
 public LGListView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 27
0
 public LGDatePicker(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 28
0
 //Buttonları listeye ekleyecez
 //Eklerken but.groupname = this.groupname
 public LGRadioGroup(LuaContext context)
     : base(context)
 {
 }
Ejemplo n.º 29
0
 public LGScrollView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Ejemplo n.º 30
0
 public LGEditText(LuaContext context)
     : base(context)
 {
 }