Package org.apache.isis.viewer.wicket.ui.components.collection

Examples of org.apache.isis.viewer.wicket.ui.components.collection.CollectionPanel.createLabel()


    final OneToManyAssociation otma = (OneToManyAssociation) association;

    final CollectionPanel collectionPanel = new CollectionPanel(ID_COLLECTION, entityModel, otma);
   
    labelComponent = collectionPanel.createLabel(ID_COLLECTION_NAME, association.getName());
   
        fieldset.add(labelComponent);

    fieldset.addOrReplace(collectionPanel);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.