Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
StoryTeller
UserInterface
Editing
HTML
DropdownCellBuilder
C# Class StoryTeller.UserInterface.Editing.HTML.DropdownCellBuilder
Inheritance:
ICellBuilder
ファイルを表示
Open project: adymitruk/storyteller
Public Methods
Method
Description
CanBuild
(
Cell
cell
) :
bool
Configure
(
Cell
cell
,
CellTag
tag
) :
void
Method Details
CanBuild()
public
method
public
CanBuild
(
Cell
cell
) :
bool
cell
Cell
return
bool
Configure()
public
method
public
Configure
(
Cell
cell
,
CellTag
tag
) :
void
cell
Cell
tag
CellTag
return
void