Difference between revisions of "TabDocumentComunicator"
From OpenKM Documentation
Line 1: | Line 1: | ||
− | == Methods | + | == Read Methods == |
int getSelectedTab() | int getSelectedTab() | ||
GWTDocument getDocument() | GWTDocument getDocument() | ||
+ | Collection<String> getKeywords() | ||
+ | Collection<GWTNote> getNotes() | ||
+ | |||
+ | == Write Methods == | ||
addKeyword(String keyword) | addKeyword(String keyword) | ||
removeKeyword(String keyword) | removeKeyword(String keyword) | ||
− | |||
− | |||
[[Category: OpenKM plugin extensions]] | [[Category: OpenKM plugin extensions]] |
Revision as of 15:32, 2 June 2010
Read Methods
int getSelectedTab() GWTDocument getDocument() Collection<String> getKeywords() Collection<GWTNote> getNotes()
Write Methods
addKeyword(String keyword) removeKeyword(String keyword)