30313233343536
public String getTypeName() { return "brix.tile.GuestBook"; } public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) { return new EmptyTileEditorPanel(id); }
52535455565758
/** * {@inheritDoc} */ public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) { // this tile has no configuration options return new EmptyTileEditorPanel(id); }
/** * {@inheritDoc} */ public TileEditorPanel newEditor(String id, IModel<BrixNode> tileContainerNode) { // this tile has no config options return new EmptyTileEditorPanel(id); }