objet class template - prototipo clase java gwt

TEMPLATE CLASE.txt

package paketen name

importS
import asd.client.kernel.constants.k_variables;
import asd.client.kernel.login.constants.k_lengu; <- LENGUAJ


public class CLASENAME extends VLayout
{
    //------constants------------------------------------------------------------------------------------------------------------------------
   
    //------variables : configuration------------------------------------------------------------------------------------------------------------------------       
    private k_variables    variables        = null;
    private k_NOMBRCLASELABEL labels         = (k_NOMBRCLASELABEL)GWT.create(k_NOMBRCLASELABEL.class);
   
    private int int_height_viewwindow;
    private int int_width_tree_menu;

   
    private k_Callback Callback;
   
    //------objects : components------------------------------------------------------------------------------------------------------------------------
    HLayout desktop = null;
  
    private static monitor_colas Modulo = null;

   
   
    //-----functions------------------------------------------------------------------------------------------------------------------------
    public CLASENAME ( VARS )
    {
        super();
            CONFIGURACION ESTATICA       
        make();
    }
   

   
    public void make()
    {
            CONFIGURACION DINAMICA
        desktop = new HLayout();
        desktop.setWidth100();
        desktop.setHeight100();

    }
   
    public void execution()
    {
        draw();
    }
   
    public void ALGUNA FUNCION SIN RETORNO( VARS )
    {   
    }               

}

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield