C# Class afung.MangaWeb3.Client.Module.MangasModule

Inheritance: ClientModuleBase
Show file Open project: a-fung/MangaWeb3

Public Methods

Method Description
GetNextMangaId ( int currentId ) : int
Refresh ( MangaFilter filter, bool suppressShowModule ) : void
SortItems ( ) : void

Protected Methods

Method Description
OnBeforeShow ( ) : void
OnShow ( ) : void

Private Methods

Method Description
BreadcrumbFolderClicked ( jQueryApi.jQueryEvent e ) : void
ChangePage ( int page ) : void
DisableAutoChangePage ( ) : void
DocumentClick ( jQueryApi.jQueryEvent e ) : void
EnableAutoChangePage ( ) : void
GetTotalPage ( ) : int
MangaListRequestSuccess ( JsonResponse response ) : void
MangaListRequestSuccess ( MangaListResponse response ) : void
MangasModule ( System.Action loginRefreshCallback ) : System
OnKeyUp ( jQueryApi.jQueryEvent keyEvent ) : void
Refresh ( ) : void
Refresh ( MangaFilter filter ) : void

Method Details

GetNextMangaId() public method

public GetNextMangaId ( int currentId ) : int
currentId int
return int

OnBeforeShow() protected method

protected OnBeforeShow ( ) : void
return void

OnShow() protected method

protected OnShow ( ) : void
return void

Refresh() public method

public Refresh ( MangaFilter filter, bool suppressShowModule ) : void
filter afung.MangaWeb3.Common.MangaFilter
suppressShowModule bool
return void

SortItems() public method

public SortItems ( ) : void
return void