org.zeroexchange.web.representation
Interface ColumnTitleModelProvider


public interface ColumnTitleModelProvider

Callback provides title model by the columnId.

Author:
black

Method Summary
 org.apache.wicket.model.IModel<String> getTitleModel(String columnId)
          Returns title model by the columnId;
 

Method Detail

getTitleModel

org.apache.wicket.model.IModel<String> getTitleModel(String columnId)
Returns title model by the columnId;



Copyright © 2013. All Rights Reserved.