1 23 24 package com.sun.enterprise.tools.admingui.taglib; 25 26 import com.iplanet.jato.view.*; 27 import com.iplanet.jato.model.*; 28 import com.sun.web.ui.view.propertysheet.CCPropertySheet; 29 30 public class DataSheet extends CCPropertySheet { 31 32 39 public DataSheet(ContainerView parent, DataSheetModelInterface model, String name) { 40 super(parent, model, name); 41 } 42 43 49 public DataSheet(ContainerView parent, String name) { 50 super(parent, name); 51 } 52 } 53 | Popular Tags |