20212223242526
public final class GridColumn extends TagImpl { private GridColumnBean column=new GridColumnBean(); public GridColumn() throws TagNotSupported { throw new TagNotSupported("GridColumn"); }
8687888990919293
@Override public int doStartTag() throws TagNotSupported { throw new TagNotSupported("Div"); //return EVAL_BODY_INCLUDE; }
34353637383940
private String onFocus; public Calendar() throws ApplicationException { // TODO impl. tag Calendar throw new TagNotSupported("Calendar"); }
11121314151617
private ReportParamBean param=new ReportParamBean(); public ReportParam() throws TagNotSupported { // TODO implement tag throw new TagNotSupported("ReportParam"); }
6465666768697071
} @Override public int doStartTag() throws PageException { throw new TagNotSupported("AjaxProxy"); //return SKIP_BODY; }
32333435363738
/** * constructor for the tag class **/ public GridUpdate() throws TagNotSupported { throw new TagNotSupported("GridUpdate"); }