java.lang.Object | |||
↳ | android.app.Fragment | ||
↳ | com.c2call.sdk.pub.fragments.core.SCBaseFragment<T extends com.c2call.sdk.pub.gui.core.controller.IController, Callbacks extends com.c2call.sdk.pub.fragments.core.IFragmentCallbacks> | ||
↳ | com.c2call.sdk.pub.fragments.SCDialpadFragment |
This fragment is controlled by IDialpadController
and provides a
view of a dialpad.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EXTRA_DATA_NUMBER |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SCDialpadFragment() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SCDialpadFragment |
create(String number, int layout)
Creates new Fragment.
| ||||||||||
void | onCreate(Bundle savedInstanceState) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getDefaultLayout()
If no layout was passed by intent (key:
EXTRA_DATA_LAYOUT ) then this layout
will be used as default | ||||||||||
IDialpadController |
onCreateController(View v, SCViewDescription vd)
Called in
onActivityCreated(Bundle) to create a
IController for this fragment | ||||||||||
SCViewDescription |
onCreateViewDescription()
Create a
SCViewDescription that is used in
onCreateController(View, SCViewDescription) to create a new
Controller |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates new Fragment.
number | optional. If not null then this number will be shown |
---|---|
layout | the layout that is used is this Fragment |
If no layout was passed by intent (key:
EXTRA_DATA_LAYOUT
) then this layout
will be used as default
Called in onActivityCreated(Bundle)
to create a
IController
for this fragment
v | the view that is needed to create the controller. This is the
result of
onCreateView(LayoutInflater, ViewGroup, Bundle) |
---|---|
vd | the view that is needed to create the contrller |
Create a SCViewDescription
that is used in
onCreateController(View, SCViewDescription)
to create a new
Controller
SCViewDescription
for the controller.