[ 
https://issues.apache.org/jira/browse/WICKET-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466781#comment-17466781
 ] 

ASF GitHub Bot commented on WICKET-6941:
----------------------------------------

reiern70 commented on a change in pull request #491:
URL: https://github.com/apache/wicket/pull/491#discussion_r776662824



##########
File path: 
wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/ICellPopulator.java
##########
@@ -71,4 +71,8 @@
         */
        void populateItem(final Item<ICellPopulator<T>> cellItem, final String 
componentId,
                final IModel<T> rowModel);
+               
+       boolean isVisible();

Review comment:
       Also JavaDoc.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@wicket.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add visible attribute to AbstractColumn to hide/show columns in 
> DataTable/DataGridView.
> ---------------------------------------------------------------------------------------
>
>                 Key: WICKET-6941
>                 URL: https://issues.apache.org/jira/browse/WICKET-6941
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 9.7.0
>            Reporter: Rob Stokes
>            Priority: Major
>
> Added isVisible/setVisible methods to ICellPopulator interface to control 
> rendering of columns in a DataTable/DataGridView. Visible attribute is 
> checked for the column in AbstractDataGridView and HeadersToolbar.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to