| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.tree.content | |
| de.alpharogroup.wicket.components.tree.panel | |
| de.alpharogroup.wicket.components.tree.provider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICheckFolderContent<T>
The Interface ICheckFolderContent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedFolderContent
The Class CheckedFolderContent.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Content<T>> |
AbstractTreeFormComponentPanel.contents
The contents.
|
protected List<Content<T>> |
AbstractTreePanel.contents
The contents.
|
| Modifier and Type | Method and Description |
|---|---|
Content<T> |
AbstractTreeFormComponentPanel.getContent()
Gets the content.
|
Content<T> |
AbstractTreePanel.getContent()
Gets the content.
|
| Modifier and Type | Method and Description |
|---|---|
List<Content<T>> |
AbstractTreeFormComponentPanel.getContents()
Gets the contents.
|
List<Content<T>> |
AbstractTreePanel.getContents()
Gets the contents.
|
protected abstract List<Content<T>> |
AbstractTreePanel.initContents()
Inits the contents.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTreeFormComponentPanel.setContent(Content<T> content)
Sets the content.
|
protected void |
AbstractTreePanel.setContent(Content<T> content)
Sets the content.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTreeFormComponentPanel.setContents(List<Content<T>> contents)
Sets the contents.
|
protected abstract void |
AbstractTreePanel.setContents(List<Content<T>> contents)
Sets the contents.
|
| Constructor and Description |
|---|
AbstractTreeFormComponentPanel(String id,
org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider<T> treeProvider,
org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset<T> state,
Content<T> content)
Instantiates a new abstract tree panel.
|
AbstractTreePanel(String id,
org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider<T> treeProvider,
org.apache.wicket.extensions.markup.html.repeater.util.ProviderSubset<T> state,
Content<T> content)
Instantiates a new abstract tree panel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TopicsTreePanel.setContents(List<Content<de.alpharogroup.tree.ifaces.ITreeNode<events.system.model.Topics>>> contents)
Sets the contents.
|
Copyright © 2015. All rights reserved.