ExpandableTransformationWidget

public interface ExpandableTransformationWidget extends ExpandableWidget

Known direct subclasses
FloatingActionButton

Floating action buttons are used for a special type of promoted action.


An ExpandableWidget that visually transforms into another component when expanded.

Summary

Public methods

abstract int

Returns the expanded component id hint.

abstract void
setExpandedComponentIdHint(int expandedComponentIdHint)

Sets the expanded component id hint, which may be used by a Behavior to determine whether it should handle this widget's state change.

Inherited methods

From com.google.android.material.expandable.ExpandableWidget
abstract boolean

Returns whether this widget is expanded.

abstract boolean
setExpanded(boolean expanded)

Sets the expanded state on this widget.

Public methods

getExpandedComponentIdHint

abstract int getExpandedComponentIdHint()

Returns the expanded component id hint.

setExpandedComponentIdHint

abstract void setExpandedComponentIdHint(int expandedComponentIdHint)

Sets the expanded component id hint, which may be used by a Behavior to determine whether it should handle this widget's state change.