info.magnolia.ui.workbench.list
Interface ListView

All Superinterfaces:
ContentView, Serializable, View
All Known Subinterfaces:
SearchView, TreeView
All Known Implementing Classes:
ListViewImpl, SearchViewImpl, TreeViewImpl

public interface ListView
extends ContentView

List view interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.ui.workbench.ContentView
ContentView.Listener
 
Method Summary
 void addColumn(String propertyId, String title)
           
 void addColumn(String propertyId, String title, float expandRatio)
           
 void addColumn(String propertyId, String title, int width)
           
 void setColumnFormatter(String propertyId, ColumnFormatter formatter)
           
 void setContainer(com.vaadin.data.Container container)
           
 
Methods inherited from interface info.magnolia.ui.workbench.ContentView
expand, onShortcutKey, select, setListener, setMultiselect
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Method Detail

setContainer

void setContainer(com.vaadin.data.Container container)

addColumn

void addColumn(String propertyId,
               String title)

addColumn

void addColumn(String propertyId,
               String title,
               int width)

addColumn

void addColumn(String propertyId,
               String title,
               float expandRatio)

setColumnFormatter

void setColumnFormatter(String propertyId,
                        ColumnFormatter formatter)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.