Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

JBlock: remove content element by Object/by Index/all #13

Open
glassfishrobot opened this issue Apr 30, 2013 · 2 comments
Open

JBlock: remove content element by Object/by Index/all #13

glassfishrobot opened this issue Apr 30, 2013 · 2 comments

Comments

@glassfishrobot
Copy link
Contributor

Please provide a possibility to remove content elements from a JBlock instance by the following ways:

void remove(Object o)

{ content.remove (o); }

void remove(int index)

{ content.remove (index); }

void removeAll ()

{ content.clear(); }

Affected Versions

[current]

@glassfishrobot
Copy link
Contributor Author

Reported by phax

@glassfishrobot
Copy link
Contributor Author

This issue was imported from java.net JIRA CODEMODEL-13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant