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

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