public class SubentriesContainer extends AbstractContainer
| Constructor and Description |
|---|
SubentriesContainer()
Creates a new SubEntryControlContainer object.
|
SubentriesContainer(SubentriesDecorator control)
Creates a new SubEntryControlContainer object, pre-populating it with the
supplied Subentries control, and optionally wrapping it with a decorator
if it is not a decorator instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the current container
|
SubentriesDecorator |
getSubentriesControl() |
void |
setSubentriesDecorator(SubentriesDecorator decorator)
Set a SubEntryControl Object into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic SubentriesContainer()
public SubentriesContainer(SubentriesDecorator control)
control - The Subentries Control to decorate and add to this
container, or if the Control already is a ControlDecorator it is directly
added.public SubentriesDecorator getSubentriesControl()
public void setSubentriesDecorator(SubentriesDecorator decorator)
decorator - the SubEntryControl to set.public void clean()
clean in class AbstractContainerCopyright © 2021. All rights reserved.