Package | Description |
---|---|
org.wicketstuff.foundation.blockgrid |
Constructor and Description |
---|
BlockGridOptions(BlockGridOptions other) |
FoundationBlockGrid(String id,
BlockGridOptions options,
List<T> modelObjects)
Create FoundationBlockGrid component.
|
Constructor and Description |
---|
FoundationBlockGrid(String id,
org.apache.wicket.model.IModel<List<BlockGridOptions>> optionsListModel,
org.apache.wicket.model.IModel<List<T>> models)
Create FoundationBlockGrid component.
|
FoundationBlockGrid(String id,
List<BlockGridOptions> optionsList,
List<T> modelObjects)
Create FoundationBlockGrid component.
|
Copyright © 2015. All rights reserved.