Property | Type | Description | |
---|---|---|---|
bookUrl | String | ||
isSectionsAsc | bool |
Method | Description | |
---|---|---|
BookSdViewModel ( String url ) : System | ||
clear ( ) : void | ||
get ( int idx ) : SectionModel | ||
loadByConfig ( |
||
loadByJson ( |
||
total ( ) : int |
Method | Description | |
---|---|---|
newSection ( ) : SectionModel | ||
onAddItem ( SectionModel sec ) : void |
public BookSdViewModel ( String url ) : System | ||
url | String | |
return | System |
public loadByConfig ( |
||
config | ||
return | void |
public loadByJson ( |
||
config | ||
return | void |
protected abstract newSection ( ) : SectionModel | ||
return | SectionModel |
protected onAddItem ( SectionModel sec ) : void | ||
sec | SectionModel | |
return | void |