org.zkoss.zss.model.impl
Interface BookCtrl

All Known Implementing Classes:
BookCtrlImpl, HSSFBookImpl, XSSFBookImpl

public interface BookCtrl

Book controls (Internal Use only).

Author:
henrichen

Field Summary
static java.lang.String CLASS
           
 
Method Summary
 void addFocus(java.lang.Object focus)
           
 boolean containsFocus(java.lang.Object focus)
           
 RefBook newRefBook(Book book)
          Create an associated reference book.
 java.lang.String nextFocusId()
          Return next focus id for the UI.
 java.lang.Object nextSheetId()
          Return next sheet id.
 void removeFocus(java.lang.Object focus)
           
 

Field Detail

CLASS

static final java.lang.String CLASS
See Also:
Constant Field Values
Method Detail

newRefBook

RefBook newRefBook(Book book)
Create an associated reference book.

Parameters:
book - the ZK Spreadsheet book

nextSheetId

java.lang.Object nextSheetId()
Return next sheet id.

Returns:
next sheet id.

nextFocusId

java.lang.String nextFocusId()
Return next focus id for the UI.

Returns:
next focus id.

addFocus

void addFocus(java.lang.Object focus)

removeFocus

void removeFocus(java.lang.Object focus)

containsFocus

boolean containsFocus(java.lang.Object focus)


Copyright © 2005-2010 Potix Corporation. All Rights Reserved. SourceForge.net Logo