Show / Hide Table of Contents

Class NewsReadUiFragment

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
NewsReadUiFragment
Namespace: Content.Client.CartridgeLoader.Cartridges
Assembly: Content.Client.dll
Syntax
public sealed class NewsReadUiFragment : BoxContainer

Constructors

| Improve this Doc View Source

NewsReadUiFragment()

Declaration
public NewsReadUiFragment()

Methods

| Improve this Doc View Source

UpdateEmptyState(Boolean)

Declaration
public void UpdateEmptyState(bool notificationOn)
Parameters
Type Name Description
System.Boolean notificationOn
| Improve this Doc View Source

UpdateState(NewsArticle, Int32, Int32, Boolean)

Declaration
public void UpdateState(NewsArticle article, int targetNum, int totalNum, bool notificationOn)
Parameters
Type Name Description
NewsArticle article
System.Int32 targetNum
System.Int32 totalNum
System.Boolean notificationOn

Events

| Improve this Doc View Source

OnNextButtonPressed

Declaration
public event Action? OnNextButtonPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnNotificationSwithPressed

Declaration
public event Action? OnNotificationSwithPressed
Event Type
Type Description
System.Nullable<Action>
| Improve this Doc View Source

OnPrevButtonPressed

Declaration
public event Action? OnPrevButtonPressed
Event Type
Type Description
System.Nullable<Action>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾