API
Component

Weatherforecast ($UI/comp/weatherforecast/components/weatherforecast/weatherforecast)

使用范围:WX

Contents

component Weatherforecast ($UI/comp/weatherforecast/components/weatherforecast/weatherforecast) extends $UI/wxsys/comps/lib/base/component

<b>查询天气预报</b>

Constructor Top

  Weatherforecast ()

Events Top

void checkFail ($UI/comp/weatherforecast/components/weatherforecast/weatherforecast#checkFailEvent event)
void checkSuccess (CheckSuccessEvent event)

Constructor details Top

public Weatherforecast ()

<b>查询天气预报</b>

Events Detail Top

public void checkFail ($UI/comp/weatherforecast/components/weatherforecast/weatherforecast#checkFailEvent event)

查询失败

See CheckFail

Parameters

$UI/comp/weatherforecast/components/weatherforecast/weatherforecast#checkFailEvent event

Return Value

void

public void checkSuccess (CheckSuccessEvent event)

查询成功

See CheckSuccess

Parameters

CheckSuccessEvent event

Return Value

void